Commit 5a00de6f by Richard Kenner

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

From-SVN: r10216
parent a4326b4d
...@@ -692,7 +692,7 @@ cc1obj: $(P) $(OBJC_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS) ...@@ -692,7 +692,7 @@ cc1obj: $(P) $(OBJC_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS)
# Copy float.h from its source. # Copy float.h from its source.
gfloat.h: $(FLOAT_H) gfloat.h: $(FLOAT_H)
rm -f gfloat.h -rm -f gfloat.h
cp $(FLOAT_H) gfloat.h cp $(FLOAT_H) gfloat.h
# Create float.h source for the native machine. # Create float.h source for the native machine.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment