diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-07-07 21:20:34 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-07-07 21:20:34 +0000 |
commit | 60fa79065acfaf76b848b564b04e2f1809a7864a (patch) | |
tree | c10e8291ae4508c7e32bd73ee70778f6a34db0a4 /bfd/Makefile.in | |
parent | 6be977fb5715f51a75aa0b104468614696a87255 (diff) | |
download | gdb-60fa79065acfaf76b848b564b04e2f1809a7864a.zip gdb-60fa79065acfaf76b848b564b04e2f1809a7864a.tar.gz gdb-60fa79065acfaf76b848b564b04e2f1809a7864a.tar.bz2 |
clean up new config stuff for mostlyclean, distclean
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 4 |
1 files 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 |