* Makefile.in (distclean, mostlyclean, realclean): Remove autoconf files.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 5 Jul 1995 23:36:48 +0000 (23:36 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 5 Jul 1995 23:36:48 +0000 (23:36 +0000)
sim/sh/ChangeLog
sim/sh/Makefile.in

index 1637755..b868485 100644 (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.
index cb27cd9..a8ed2e1 100644 (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.
 #