diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-13 18:28:53 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-13 18:28:53 -0400 |
commit | 5a00de6f5251379d0883143759eae721ca99fc4d (patch) | |
tree | 1016a89df437255c927560c740b84106ea7a1445 /gcc | |
parent | a4326b4d8afdac7e94f611fc52c2e83cac5b3af2 (diff) | |
download | gcc-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.in | 2 |
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. |