* Makefile.in (distclean, mostlyclean, realclean): Remove autoconf files.

This commit is contained in:
J.T. Conklin 1995-07-05 23:36:48 +00:00
parent e58104714a
commit 4f3547f172
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,8 @@
Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
* Makefile.in (distclean, mostlyclean, realclean): Remove autoconf
files.
* sh.mt: Removed.
* Makefile.in, configure.in: converted to autoconf.

View File

@ -61,7 +61,7 @@ BISON = bison
MAKEINFO = makeinfo
RANLIB = ranlib
.NOEXPORT
.NOEXPORT:
MAKEOVERRIDES=
CC_FOR_BUILD = cc
@ -120,7 +120,8 @@ clean:
rm -f *.[oa] *~ core *.E *.p *.ip aout-params.h gen-aout
distclean mostlyclean realclean: clean
rm -f libbfd.a TAGS
rm -f TAGS
rm -f Makefile config.cache config.log config.status
# Dummy target to force execution of dependent targets.
#