From: Jason Molenda Date: Thu, 3 Oct 1996 06:40:32 +0000 (+0000) Subject: * Makefile.in (mostlyclean): Move config.log to distclean. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bdec6bdb4ba4d0ca1e8d85167fdd2ae5b174ad3e;p=binutils-gdb.git * Makefile.in (mostlyclean): Move config.log to distclean. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ce33fc26579..5a23b81a795 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 * lexsup.c (ld_options): Fix typo in --rpath-link description. diff --git a/ld/Makefile.in b/ld/Makefile.in index 9fc39b1e147..34b034e5887 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -899,7 +899,7 @@ LDDISTSTUFF = ldgram.c ldgram.h ldlex.c diststuff: $(LDDISTSTUFF) info 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 cdtest-ur cdtest-ur.out cdtest-ur.tmp crtbegin.o crtend.o -rm -f ldemul-list.h @@ -908,7 +908,7 @@ clean: mostlyclean -rm -f $(LD_PROG) configdoc.texi distclean: clean -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 maintainer-clean realclean: clean distclean @echo "This command is intended for maintainers to use;"