[project @ 1997-06-09 07:36:23 by sof]
[ghc-hetmet.git] / mk / suffix.mk
index dcd3ce9..f3f3e9e 100644 (file)
@@ -95,7 +95,6 @@ HASKELL_POST_COMPILE=$(patsubst %,$(HASKELL_SPLIT_POST),$(filter -split-objs,$(H
 #-----------------------------------------------------------------------------
 # Lx Suffix Rules
 #
-.PRECIOUS: %.hs
 
 %.hs : %.lx
        $(LX) $(LX_OPTS) $<
@@ -182,7 +181,7 @@ HASKELL_POST_COMPILE=$(patsubst %,$(HASKELL_SPLIT_POST),$(filter -split-objs,$(H
 
 %.txt : %.lit
        @$(RM) $@
-       $(LIT2TEXT) -c $(LIT2TEXT_OPTS) -o $@ $<
+       $(LIT2TEXT) $(LIT2TEXT_OPTS) -o $@ $<
        @chmod 444 $@
 
 %.ihtml : %.lit