diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-07-05 23:36:48 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-07-05 23:36:48 +0000 |
commit | 4f3547f1729cedd5f385740b5faf2006afa299ae (patch) | |
tree | 8a41f28fff8ddd2f33acee0ca034b2f5ca2ec9d3 /sim/sh/Makefile.in | |
parent | e58104714a7bc5b4c9b2de0cad0e2ea0a5a49084 (diff) | |
download | gdb-4f3547f1729cedd5f385740b5faf2006afa299ae.zip gdb-4f3547f1729cedd5f385740b5faf2006afa299ae.tar.gz gdb-4f3547f1729cedd5f385740b5faf2006afa299ae.tar.bz2 |
* Makefile.in (distclean, mostlyclean, realclean): Remove autoconf files.
Diffstat (limited to 'sim/sh/Makefile.in')
-rw-r--r-- | sim/sh/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in index cb27cd9..a8ed2e1 100644 --- a/sim/sh/Makefile.in +++ b/sim/sh/Makefile.in @@ -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. # |