From 60fa79065acfaf76b848b564b04e2f1809a7864a Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 7 Jul 1995 21:20:34 +0000 Subject: [PATCH] clean up new config stuff for mostlyclean, distclean --- bfd/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 18124f7..a1027b6 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 -- 2.7.4