For gdb-4.17 : distclean and YYFILES
Philippe De Muyter
phdm@macqel.be
Mon Feb 9 21:48:00 GMT 1998
distclean forgets some files :
Mon Feb 9 16:47:11 1998 Philippe De Muyter <phdm@macqel.be>
* Makefile.in (distclean): Add `rm $(YYFILES)'.
--- ./gdb/Makefile.in Mon Feb 9 16:44:52 1998
+++ ./gdb/Makefile.in Mon Feb 9 13:01:14 1998
@@ -707,6 +707,7 @@
rm -f nm.h tm.h xm.h config.status config.h stamp-h .gdbinit
rm -f y.output yacc.acts yacc.tmp y.tab.h
rm -f config.log config.cache
+ rm -f $(YYFILES)
rm -f Makefile
maintainer-clean realclean: distclean clean
More information about the Gdb
mailing list