diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-03-30 22:30:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-03-30 22:30:28 +0000 |
commit | 3e22b9009071af50b7cd15218180365beca7f1f6 (patch) | |
tree | 762e282d7892b3857080daf0b827ced817f2fb7f /binutils/Makefile.am | |
parent | 7ea76776a8930e97ac26eabe3de3f94da7c7f761 (diff) | |
download | gdb-3e22b9009071af50b7cd15218180365beca7f1f6.zip gdb-3e22b9009071af50b7cd15218180365beca7f1f6.tar.gz gdb-3e22b9009071af50b7cd15218180365beca7f1f6.tar.bz2 |
* Makefile.am (DISTCLEANFILES): Remove defparse.h, arparse.h,
rcparse.h, and nlmheader.h.
* Makefile.in: Rebuild.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index b16ba84..0944f3c 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -243,9 +243,7 @@ DISTSTUFF = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \ syslex.c deflex.c diststuff: $(DISTSTUFF) info -# FIXME: Shouldn't automake take care of the first four .h files anyhow? -DISTCLEANFILES = defparse.h arparse.h rcparse.h nlmheader.h \ - stamp-under sysinfo underscore.c sysroff.c sysroff.h +DISTCLEANFILES = stamp-under sysinfo underscore.c sysroff.c sysroff.h # Targets to rebuild dependencies in this Makefile. # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES). @@ -298,6 +296,8 @@ $(DEMANGLER_PROG).1: cxxfilt.man Makefile sed -e 's/@PROGRAM@/$(DEMANGLER_PROG)/' < $(srcdir)/cxxfilt.man \ > $(DEMANGLER_PROG).1 +MOSTLYCLEANFILES = sysinfo $(DEMANGLER_PROG).1 + CLEANFILES = dep.sed .dep .dep1 .PHONY: install-exec-local |