From 1e558d3581b65f3e6b67f239420a99eb0cf95b99 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 7 May 1993 21:41:24 +0000 Subject: [PATCH] (float.h-nat): Use tmp-float.h as intermediate file. From-SVN: r4381 --- gcc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b0abba27d42..5667b92fd16 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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: -- 2.30.2