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

From-SVN: r4381
This commit is contained in:
Richard Stallman 1993-05-07 21:41:24 +00:00
parent a857e01bf2
commit 1e558d3581
1 changed files with 2 additions and 1 deletions

View File

@ -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: