Makefile.in (distclean): Move Makefile deletion to end of commands.
authorNathan Sidwell <nathan@acm.org>
Tue, 9 Feb 1999 19:55:01 +0000 (19:55 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 9 Feb 1999 19:55:01 +0000 (12:55 -0700)
        * Makefile.in (distclean): Move Makefile deletion to end of
        commands.

From-SVN: r25116

libf2c/ChangeLog
libf2c/Makefile.in

index e96c533b6a4bda4807b7b136e3ad1cab05ed684b..69a0e1b4664fdcc2b98018bceef1ba5f18faf4b3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb  9 18:13:30 GMT 1999  Nathan Sidwell  <nathan@acm.org>
+
+       * Makefile.in (distclean): Move Makefile deletion to end of
+       commands.
+
 1999-01-15  Dave Love  <fx@gnu.org>
 
        * libU77/datetime_.c (G77_date_and_time_0): Return milliseconds as
index 5be697727a723d3ebcdc606ce1bf1690dc2c7ce3..3b520193f936f03f7af17d40475df7ff86d1f7c6 100644 (file)
@@ -225,9 +225,10 @@ clean: mostlyclean
        $(MULTICLEAN) multi-clean DO=$@
 
 distclean: clean
-       rm -f Makefile config.cache config.status g2c.h s-libe77
+       rm -f g2c.h s-libe77
        $(MAKE) DO=$@ DODIRS="$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do; \
        $(MULTICLEAN) multi-clean DO=distclean
+       rm -f config.cache config.status Makefile
 
 maintainer-clean: