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

[project @ 1997-06-05 23:12:35 by sof]

removed repeated use of .PRECIOUS
parent fcf30210
No related merge requests found
...@@ -95,7 +95,6 @@ HASKELL_POST_COMPILE=$(patsubst %,$(HASKELL_SPLIT_POST),$(filter -split-objs,$(H ...@@ -95,7 +95,6 @@ HASKELL_POST_COMPILE=$(patsubst %,$(HASKELL_SPLIT_POST),$(filter -split-objs,$(H
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Lx Suffix Rules # Lx Suffix Rules
# #
.PRECIOUS: %.hs
%.hs : %.lx %.hs : %.lx
$(LX) $(LX_OPTS) $< $(LX) $(LX_OPTS) $<
......
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