From: Ken Raeburn Date: Fri, 7 Jul 1995 21:20:34 +0000 (+0000) Subject: clean up new config stuff for mostlyclean, distclean X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60fa79065acfaf76b848b564b04e2f1809a7864a;p=binutils-gdb.git clean up new config stuff for mostlyclean, distclean --- diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 18124f7f47a..a1027b65a20 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -374,12 +374,12 @@ TAGS: force etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c do_mostlyclean: - rm -f *.o *~ core *.E *.p *.ip aout-params.h gen-aout + rm -f *.o *~ core *.E *.p *.ip aout-params.h gen-aout config.log do_clean: do_mostlyclean rm -f libbfd.a TAGS bfd.h stmp-bfd.h ofiles \ elf32-target.h elf64-target.h do_distclean: do_clean - rm -f Makefile config.status sysdep.h + rm -f Makefile config.status sysdep.h config.cache # Should we remove $(srcdir)/libcoff.h $(srcdir)/libbfd.h $(srcdir)/bfd-in2.h? # make-stds.texi says it depends on whether they can be regenerated using