Commit 67446ffe by Doug Evans

* Makefile.in (distclean): Delete float.h

From-SVN: r10718
parent 32ebaaf0
......@@ -303,6 +303,7 @@ LIB1FUNCS_EXTRA =
LIB2FUNCS_EXTRA =
# Default float.h source to use for cross-compiler.
# This is overidden by configure.
CROSS_FLOAT_H=float.h-cross
# Program to convert libraries.
......@@ -709,6 +710,8 @@ float.h-nat: enquire
mv tmp-float.h float.h-nat
# Create a dummy float.h source for a cross-compiler.
# ??? This isn't used anymore. Should we create config/float-unkn.h
# and make that the default float_format in configure?
float.h-cross:
echo "#error float.h values not known for cross-compiler" > t-float.h-cross
mv t-float.h-cross float.h-cross
......@@ -1984,6 +1987,7 @@ distclean: clean bytecode.distclean lang.distclean
-rm -f objc-parse.output
-rm -f c-parse.output
-rm -f *.asm
-rm -f float.h
# Delete anything likely to be found in the source directory
# that shouldn't be in the distribution.
......
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