Browse Source

* Makefile.in (clean): Remove config.log.

gdb-4_18-branch
Jason Molenda 30 years ago
parent
commit
42ad648437
  1. 4
      binutils/ChangeLog
  2. 2
      binutils/Makefile.in

4
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.

2
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

Loading…
Cancel
Save