summaryrefslogtreecommitdiffstats
path: root/sim
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2000-06-24 14:37:57 +0000
committerFrank Ch. Eigler <fche@redhat.com>2000-06-24 14:37:57 +0000
commitab42ee127d43c28da2be6ec13be970e1cd7db15c (patch)
tree38f3250102770006fe68a5a7ffcafcdfec04f465 /sim
parentc0fecd35a1154237e6a8abb4283fbc5f2b4ceac3 (diff)
downloadppe42-binutils-ab42ee127d43c28da2be6ec13be970e1cd7db15c.tar.gz
ppe42-binutils-ab42ee127d43c28da2be6ec13be970e1cd7db15c.zip
* build cleanliness fix
2000-06-24 Frank Ch. Eigler <fche@redhat.com> From Maciej W. Rozycki <macro@ds2.pg.gda.pl>: * Makefile.in (distclean): Clean cconfig.h also.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog5
-rw-r--r--sim/common/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 41655f77ec..ba3c459b7c 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-24 Frank Ch. Eigler <fche@redhat.com>
+
+ From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:
+ * Makefile.in (distclean): Clean cconfig.h also.
+
Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.
diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in
index 6428082d69..02d69a7939 100644
--- a/sim/common/Makefile.in
+++ b/sim/common/Makefile.in
@@ -113,7 +113,7 @@ clean:
distclean mostlyclean maintainer-clean realclean: clean
rm -f TAGS
rm -f Makefile config.cache config.log config.status
- rm -f config.h stamp-h
+ rm -f cconfig.h config.h stamp-h
# Dummy target to force execution of dependent targets.
force:
OpenPOWER on IntegriCloud