Commit ee291069 by Manfred Hollstein Committed by Jeff Law

* Makefile.in (clean): Delete libgcc1-test.

From-SVN: r15217
parent 10211581
Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de> Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (clean): Delete libgcc1-test.
* Makefile.in (INSTALL): cd to $(srcdir) before running texinfo. * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
Tue Sep 9 17:07:36 1997 Stan Cox <coxs@dg-rtp.dg.com> Tue Sep 9 17:07:36 1997 Stan Cox <coxs@dg-rtp.dg.com>
......
...@@ -2019,7 +2019,7 @@ mostlyclean: bytecode.mostlyclean lang.mostlyclean ...@@ -2019,7 +2019,7 @@ mostlyclean: bytecode.mostlyclean lang.mostlyclean
-rm -f $(HOST_PREFIX_1)alloca.c $(HOST_PREFIX_1)malloc.c -rm -f $(HOST_PREFIX_1)alloca.c $(HOST_PREFIX_1)malloc.c
-rm -f $(HOST_PREFIX_1)obstack.c -rm -f $(HOST_PREFIX_1)obstack.c
# Delete the temp files made in the course of building libgcc.a. # Delete the temp files made in the course of building libgcc.a.
-rm -f tmplibgcc* tmpcopy xlimits.h -rm -f tmplibgcc* tmpcopy xlimits.h libgcc1-test
for name in $(LIB1FUNCS); do rm -f $${name}.c; done for name in $(LIB1FUNCS); do rm -f $${name}.c; done
# Delete other temporary files. # Delete other temporary files.
-rm -f tmp-float.h tmp-gcc.xtar.gz -rm -f tmp-float.h tmp-gcc.xtar.gz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment