* Makefile.in (mostlyclean): Move config.log to distclean.
This commit is contained in:
parent
42ad648437
commit
bdec6bdb4b
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Thu Oct 3 15:41:24 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
||||||
|
|
||||||
|
* Makefile.in (mostlyclean): Move config.log to distclean.
|
||||||
|
|
||||||
Wed Oct 2 14:49:10 1996 Ian Lance Taylor <ian@cygnus.com>
|
Wed Oct 2 14:49:10 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* lexsup.c (ld_options): Fix typo in --rpath-link description.
|
* lexsup.c (ld_options): Fix typo in --rpath-link description.
|
||||||
|
|
|
@ -899,7 +899,7 @@ LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
|
||||||
diststuff: $(LDDISTSTUFF) info
|
diststuff: $(LDDISTSTUFF) info
|
||||||
|
|
||||||
mostlyclean:
|
mostlyclean:
|
||||||
-rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp] config.log
|
-rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp]
|
||||||
-rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out cdtest.tmp
|
-rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out cdtest.tmp
|
||||||
-rm -f cdtest-ur cdtest-ur.out cdtest-ur.tmp crtbegin.o crtend.o
|
-rm -f cdtest-ur cdtest-ur.out cdtest-ur.tmp crtbegin.o crtend.o
|
||||||
-rm -f ldemul-list.h
|
-rm -f ldemul-list.h
|
||||||
|
@ -908,7 +908,7 @@ clean: mostlyclean
|
||||||
-rm -f $(LD_PROG) configdoc.texi
|
-rm -f $(LD_PROG) configdoc.texi
|
||||||
distclean: clean
|
distclean: clean
|
||||||
-rm -f Makefile config.status TAGS site.exp site.bak config.cache
|
-rm -f Makefile config.status TAGS site.exp site.bak config.cache
|
||||||
-rm -f config.h stamp-h
|
-rm -f config.h stamp-h config.log
|
||||||
-rm -rf ldscripts
|
-rm -rf ldscripts
|
||||||
maintainer-clean realclean: clean distclean
|
maintainer-clean realclean: clean distclean
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
|
|
Loading…
Reference in a new issue