]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Mon Mar 2 16:47:11 1998 Philippe De Muyter <phdm@macqel.be>
authorJason Molenda <jmolenda@apple.com>
Tue, 3 Mar 1998 00:51:10 +0000 (00:51 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 3 Mar 1998 00:51:10 +0000 (00:51 +0000)
        * Makefile.in (distclean): Add `rm $(YYFILES)'.

gdb/ChangeLog
gdb/Makefile.in

index 9444b053711d9104ddb9edd104cf17ca53d9061a..7f7364ee4a23c787fafda999727cbd8de2789c1f 100644 (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
index bb562f6ff76af94a52ca46a41274308e0889e656..ac917484e1009f6fdca585197b9120dde0f1fcfe 100644 (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