X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fseparate_compilation.sgml;h=ccff0b557558f54e3262acd4113a9789d4b5acdf;hb=3b66313a6476819c645973c325ae083a320c5e5f;hp=a07c3ee032f23439beea7b25720d5fa67ef07076;hpb=e0a56725a120bd0ce5807dddc0c56a1d02eb01f3;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/separate_compilation.sgml b/ghc/docs/users_guide/separate_compilation.sgml index a07c3ee..ccff0b5 100644 --- a/ghc/docs/users_guide/separate_compilation.sgml +++ b/ghc/docs/users_guide/separate_compilation.sgml @@ -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