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:
parent
87e690e264
commit
2d54e33a8f
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue