summaryrefslogtreecommitdiff
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
commitdaef0a6b6c3d14d79c7848d8d6f32d4d2932f0a8 (patch)
treef1c2a9ed0853b74777b434ea62eb934efdbfc24b
parenta28c943f1293d77e2f15de1b2d67aeb39ade5398 (diff)
downloadgdb-daef0a6b6c3d14d79c7848d8d6f32d4d2932f0a8.tar.gz
* 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.
-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 41655f77ece..ba3c459b7ce 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 6428082d695..02d69a79393 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: