]> git.eshelyaron.com Git - emacs.git/commit
Fix 'make clean' in lib subdirectory
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Apr 2017 20:41:30 +0000 (13:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Apr 2017 20:43:06 +0000 (13:43 -0700)
commit360b2bf2f6011f2e46267c0bf11b1e86655e7900
treee17a79ac5eeaa3b2875a5a7e616ecf479dff13f7
parent69061fd1341629d059a8846aa89eedeed42552d1
Fix 'make clean' in lib subdirectory

* lib/Makefile.in (clean): Remove *-t files.
(mostlyclean): Remove MOSTLYCLEANFILES that are not *-t files.
This removes files like lib/getopt.h that should be removed
even if this configuration did not need to build them.
(maintainer-clean): Remove TAGS here, not in distclean,
to be consistent with ../src/Makefile.in.
lib/Makefile.in