(gfloat.h): Add a - before the rm command.

From-SVN: r10216
This commit is contained in:
Richard Kenner 1995-08-13 18:28:53 -04:00
parent a4326b4d8a
commit 5a00de6f52

View File

@ -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.