Hi,
Upon running `make distclean' sim/common/cconfig.h does not get removed.
That's probably because the generated file used to be named config.h. The
following obvious patch fixes the problem for me.
Maciej
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: [EMAIL PROTECTED], PGP key available +
diff -u --recursive --new-file gdb-5.0.macro/sim/common/Makefile.in
gdb-5.0/sim/common/Makefile.in
--- gdb-5.0.macro/sim/common/Makefile.in Mon Jul 19 23:29:41 1999
+++ gdb-5.0/sim/common/Makefile.in Sat Jun 17 13:12:53 2000
@@ -113,7 +113,7 @@
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 stamp-h
# Dummy target to force execution of dependent targets.
force: