aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-08-13 18:28:53 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-08-13 18:28:53 -0400
commit5a00de6f5251379d0883143759eae721ca99fc4d (patch)
tree1016a89df437255c927560c740b84106ea7a1445 /gcc
parenta4326b4d8afdac7e94f611fc52c2e83cac5b3af2 (diff)
downloadgcc-5a00de6f5251379d0883143759eae721ca99fc4d.zip
gcc-5a00de6f5251379d0883143759eae721ca99fc4d.tar.gz
gcc-5a00de6f5251379d0883143759eae721ca99fc4d.tar.bz2
(gfloat.h): Add a - before the rm command.
From-SVN: r10216
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 5e0c878..4b190dd 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -692,7 +692,7 @@ cc1obj: $(P) $(OBJC_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS)
# Copy float.h from its source.
gfloat.h: $(FLOAT_H)
- rm -f gfloat.h
+ -rm -f gfloat.h
cp $(FLOAT_H) gfloat.h
# Create float.h source for the native machine.