(distclean): New target.
authoryamaoka <yamaoka>
Tue, 22 Jun 1999 12:23:02 +0000 (12:23 +0000)
committeryamaoka <yamaoka>
Tue, 22 Jun 1999 12:23:02 +0000 (12:23 +0000)
(clean): Renamed from `distclean'; don't remove Makefile.

lisp/Makefile.in

index 4094ccc..107211f 100644 (file)
@@ -60,10 +60,13 @@ gnus-load.el:
        echo >> gnus-load.el
        echo ";;; gnus-load.el ends here" >> gnus-load.el
 
-distclean:
-       rm -f *.orig *.rej *.elc *~ Makefile
+clean:
+       rm -f *.orig *.rej *.elc *~
        rm -f auto-autoload.el custom-load.el
 
+distclean: clean
+       rm -f Makefile
+
 Makefile: $(srcdir)/Makefile.in ../config.status
        cd .. \
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status