* Makefile.am (DISTCLEANFILES): Remove defparse.h, arparse.h,
authorIan Lance Taylor <ian@airs.com>
Mon, 30 Mar 1998 22:30:28 +0000 (22:30 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 30 Mar 1998 22:30:28 +0000 (22:30 +0000)
rcparse.h, and nlmheader.h.
* Makefile.in: Rebuild.

binutils/Makefile.am
binutils/Makefile.in

index b16ba84757081f9317bd9f4ab7e6dac6e67c39e8..0944f3c124e58a9eb3742c78ab6ac242e21bc648 100644 (file)
@@ -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
index 527093f36cb080c394ce0159b58a9244efe69147..e19d008e646f0f6f90d7490b0ef54f4432dc6d65 100644 (file)
@@ -238,9 +238,9 @@ windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@
 DISTSTUFF = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \
        syslex.c deflex.c
 
-# 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
+
+MOSTLYCLEANFILES = sysinfo $(DEMANGLER_PROG).1
 
 CLEANFILES = dep.sed .dep .dep1
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
This page took 0.027024 seconds and 4 git commands to generate.