[project @ 1997-06-09 07:36:23 by sof]
authorsof <unknown>
Mon, 9 Jun 1997 07:36:23 +0000 (07:36 +0000)
committersof <unknown>
Mon, 9 Jun 1997 07:36:23 +0000 (07:36 +0000)
LIT2TEXT suffix rule fixed

mk/suffix.mk

index 27a079e..f3f3e9e 100644 (file)
@@ -181,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