[project @ 2002-07-23 20:03:48 by ken]
[ghc-hetmet.git] / ghc / docs / users_guide / separate_compilation.sgml
index a07c3ee..ccff0b5 100644 (file)
@@ -297,7 +297,7 @@ OBJS = Main.o   Foo.o   Bar.o
 .SUFFIXES : .o .hs .hi .lhs .hc .s
 
 cool_pgm : $(OBJS)
-        rm $@
+        rm -f $@
         $(HC) -o $@ $(HC_OPTS) $(OBJS)
 
 # Standard suffix rules