Support distclean in etc.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 25 Dec 2000 05:48:41 +0000 (05:48 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 25 Dec 2000 05:48:41 +0000 (05:48 +0000)
Makefile.in
etc/Makefile.in

index cfa621c..7288565 100644 (file)
@@ -41,7 +41,7 @@ xsome:
 distclean:
        make clean
        rm -rf *~
-       for i in lisp texi; do (cd $$i; make distclean); done
+       for i in lisp texi etc; do (cd $$i; make distclean); done
        rm -f config.log config.status config.cache Makefile
 
 config.status: $(srcdir)/configure
index c71b83f..efee033 100644 (file)
@@ -38,6 +38,9 @@ Makefile: $(srcdir)/Makefile.in ../config.status
        cd .. \
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
+distclean:
+       rm -f *~ Makefile
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: