From: sof Date: Mon, 9 Jun 1997 07:36:23 +0000 (+0000) Subject: [project @ 1997-06-09 07:36:23 by sof] X-Git-Tag: Approximately_1000_patches_recorded~316 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=517410177449b9e7607d8333969cde0346d6f144 [project @ 1997-06-09 07:36:23 by sof] LIT2TEXT suffix rule fixed --- diff --git a/mk/suffix.mk b/mk/suffix.mk index 27a079e..f3f3e9e 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -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