(float.h-nat): Use tmp-float.h as intermediate file.
authorRichard Stallman <rms@gnu.org>
Fri, 7 May 1993 21:41:24 +0000 (21:41 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 7 May 1993 21:41:24 +0000 (21:41 +0000)
From-SVN: r4381

gcc/Makefile.in

index b0abba27d42d0f1c087ab38d0beac4487ebb72a7..5667b92fd1688506b4cc6bb51ca51465ae9247e9 100644 (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: