* build cleanliness fix
authorFrank Ch. Eigler <fche@redhat.com>
Sat, 24 Jun 2000 14:37:57 +0000 (14:37 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Sat, 24 Jun 2000 14:37:57 +0000 (14:37 +0000)
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.

sim/common/ChangeLog
sim/common/Makefile.in

index 41655f77ece8e1b11f5e010f8c9d71216ed00e12..ba3c459b7ce63f97e8c66ae14dda015db2380b7e 100644 (file)
@@ -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.
index 6428082d6950e91760b941b9b34697f7f10ccc02..02d69a7939333cb3b349877b1c9010e04661ca1d 100644 (file)
@@ -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: