Commit 1e558d35 by Richard Stallman

(float.h-nat): Use tmp-float.h as intermediate file.

From-SVN: r4381
parent a857e01b
......@@ -527,7 +527,8 @@ gfloat.h: $(FLOAT_H)
# Create float.h source for the native machine.
float.h-nat: enquire
-./enquire -f > float.h-nat
-./enquire -f > tmp-float.h
mv tmp-float.h float.h-nat
# Create a dummy float.h source for a cross-compiler.
float.h-cross:
......
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