diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 91cf616..7640a96 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 3 15:39:42 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) + + * Makefile.in (clean): Remove config.log. + Wed Oct 2 15:49:16 1996 Klaus Kaempf <kkaempf@progis.de> * makefile.vms: Bump version date. diff --git a/binutils/Makefile.in b/binutils/Makefile.in index b9936ef..0623999 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -516,7 +516,7 @@ binutils.me: $(srcdir)/binutils.texi ### mostlyclean: - -rm -f *.o *~ \#* core binutils.?? binutils.??? y.output config.log + -rm -f *.o *~ \#* core binutils.?? binutils.??? y.output -rm -rf tmpdir clean: mostlyclean -rm -f $(PROGS) $(DEMANGLER_PROG).1 stamp-under |