aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-07-26 08:21:08 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-07-26 08:21:08 -0400
commit04f42b07d52c170225f91ed5f0fdb10b4ed602ce (patch)
tree5a5358c8540c8f883aac7f4c27fa2fed07e13f29 /gcc
parent32988c4a989e6ebf0068eca9d890c3041baa7f3b (diff)
downloadgcc-04f42b07d52c170225f91ed5f0fdb10b4ed602ce.zip
gcc-04f42b07d52c170225f91ed5f0fdb10b4ed602ce.tar.gz
gcc-04f42b07d52c170225f91ed5f0fdb10b4ed602ce.tar.bz2
(gfloat.h): Delete previous copy before updating.
From-SVN: r10161
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 742775d..e90545f 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -689,6 +689,7 @@ cc1obj: $(P) $(OBJC_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS)
# Copy float.h from its source.
gfloat.h: $(FLOAT_H)
+ rm -f gfloat.h
cp $(FLOAT_H) gfloat.h
# Create float.h source for the native machine.