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 | daef0a6b6c3d14d79c7848d8d6f32d4d2932f0a8 (patch) | |
tree | f1c2a9ed0853b74777b434ea62eb934efdbfc24b /sim/common/Makefile.in | |
parent | a28c943f1293d77e2f15de1b2d67aeb39ade5398 (diff) | |
download | gdb-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.
Diffstat (limited to 'sim/common/Makefile.in')
-rw-r--r-- | sim/common/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: |