diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-03 19:48:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-03 19:48:22 +0000 |
commit | 193bbe85815855ce70a65c79ec3400efa67c2797 (patch) | |
tree | 7b8e3c221707dc8aae51819aa95af48ab207f0e9 /ld | |
parent | 3c68cb41f411cc5740f45824979faadf7d16466b (diff) | |
download | gdb-193bbe85815855ce70a65c79ec3400efa67c2797.zip gdb-193bbe85815855ce70a65c79ec3400efa67c2797.tar.gz gdb-193bbe85815855ce70a65c79ec3400efa67c2797.tar.bz2 |
* Makefile.am (MOSTLYCLEANFILES): Add ld.log and ld.sum.
(DISTCLEANFILES): Add site.exp and site.bak.
* Makefile.in: Rebuild.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/Makefile.am | 4 | ||||
-rw-r--r-- | ld/Makefile.in | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3b25ee2..ed0383d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ Fri Apr 3 00:56:50 1998 Ian Lance Taylor <ian@cygnus.com> + * Makefile.am (MOSTLYCLEANFILES): Add ld.log and ld.sum. + (DISTCLEANFILES): Add site.exp and site.bak. + * Makefile.in: Rebuild. + * configure.in: Put the tdirs in a file and use AC_SUBST_FILE, rather than in a shell variable and using AC_SUBST. * Makefile.am (DISTCLEANFILES): Remove ldscripts. Add tdirs. diff --git a/ld/Makefile.am b/ld/Makefile.am index 41377f5..a6c5706 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -675,7 +675,7 @@ bfdsumm.texi: Makefile Makefile: configure.host configure.tgt MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \ - ldemul-list.h crtbegin.o crtend.o + ldemul-list.h crtbegin.o crtend.o ld.log ld.sum mostlyclean-local: -rm -rf tmpdir CLEANFILES = dep.sed .dep .dep1 bfdsumm.texi @@ -708,7 +708,7 @@ install-data-local: LDDISTSTUFF = ldgram.c ldgram.h ldlex.c diststuff: $(LDDISTSTUFF) info -DISTCLEANFILES = tdirs +DISTCLEANFILES = tdirs site.exp site.bak distclean-local: rm -rf ldscripts diff --git a/ld/Makefile.in b/ld/Makefile.in index e000ac0..afaed14 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -305,14 +305,14 @@ ld_new_LDADD = $(EMULATION_OFILES) $(BFDLIB) $(LIBIBERTY) TESTBFDLIB = ../bfd/.libs/libbfd.a MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \ - ldemul-list.h crtbegin.o crtend.o + ldemul-list.h crtbegin.o crtend.o ld.log ld.sum CLEANFILES = dep.sed .dep .dep1 bfdsumm.texi # Stuff that should be included in a distribution. The diststuff # target is run by the taz target in ../Makefile.in. LDDISTSTUFF = ldgram.c ldgram.h ldlex.c -DISTCLEANFILES = tdirs +DISTCLEANFILES = tdirs site.exp site.bak ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs CONFIG_HEADER = config.h |