From: Richard Stallman Date: Fri, 7 May 1993 21:41:24 +0000 (+0000) Subject: (float.h-nat): Use tmp-float.h as intermediate file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e558d3581b65f3e6b67f239420a99eb0cf95b99;p=gcc.git (float.h-nat): Use tmp-float.h as intermediate file. From-SVN: r4381 --- 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: