This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

For gdb-4.17 : distclean and YYFILES


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