Makefile.in (distclean): Move Makefile deletion to end of commands.

* Makefile.in (distclean): Move Makefile deletion to end of
        commands.

From-SVN: r25116
This commit is contained in:
Nathan Sidwell 1999-02-09 19:55:01 +00:00 committed by Jeff Law
parent 87e690e264
commit 2d54e33a8f
2 changed files with 7 additions and 1 deletions

View 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

View 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: