Hi,
Due to bad globbing m16.dc, m16.igen and m16run.c from sim/mips get
removed upon `make clean' even though they are not generated files. The
following patch fixes this for me (I believe it's reasonable; anyway it
makes cleaning bring the directory to the distribution state).
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/mips/Makefile.in
gdb-5.0/sim/mips/Makefile.in
--- gdb-5.0.macro/sim/mips/Makefile.in Fri Apr 16 01:35:06 1999
+++ gdb-5.0/sim/mips/Makefile.in Fri Jun 16 09:21:41 2000
@@ -289,5 +289,5 @@
rm -f $(BUILT_SRC_FROM_IGEN)
rm -f $(BUILT_SRC_FROM_M16)
rm -f tmp-*
- rm -f m16* m32* itable*
+ rm -f m16*.o m32*.o itable*.o