diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2000-06-24 14:37:57 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2000-06-24 14:37:57 +0000 |
commit | ab42ee127d43c28da2be6ec13be970e1cd7db15c (patch) | |
tree | 38f3250102770006fe68a5a7ffcafcdfec04f465 /sim | |
parent | c0fecd35a1154237e6a8abb4283fbc5f2b4ceac3 (diff) | |
download | binutils-gdb-ab42ee127d43c28da2be6ec13be970e1cd7db15c.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.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 5 | ||||
-rw-r--r-- | sim/common/Makefile.in | 2 |
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: |