Mon Mar 2 16:47:11 1998 Philippe De Muyter <phdm@macqel.be>

* Makefile.in (distclean): Add `rm $(YYFILES)'.
This commit is contained in:
Jason Molenda 1998-03-03 00:51:10 +00:00
parent 79f0b613dc
commit c87c674ad4
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Mar 2 16:47:11 1998 Philippe De Muyter <phdm@macqel.be>
* Makefile.in (distclean): Add `rm $(YYFILES)'.
Mon Mar 2 16:45:48 1998 Philippe De Muyter <phdm@macqel.be>
* coffread.c (coff_read_enum_type): Set TYPE_FLAG_UNSIGNED if enum

View File

@ -780,6 +780,7 @@ distclean: clean
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