Skip to content
Snippets Groups Projects
Commit 51741017 authored by sof's avatar sof
Browse files

[project @ 1997-06-09 07:36:23 by sof]

LIT2TEXT suffix rule fixed
parent 94c96a56
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment