Skip to content
Snippets Groups Projects
Commit 3f10036b authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-09-08 09:33:36 by simonm]

runtest rule is the wrong way around.  Not that it ever gets used.
parent ae4bbddf
No related merge requests found
......@@ -147,8 +147,8 @@ HASKELL_POST_COMPILE=$(patsubst %,$(HASKELL_SPLIT_POST),$(filter -split-objs,$(H
#-----------------------------------------------------------------------------
# Runtest rules for calling $(HC) on a single-file Haskell program
%.hs : %.runtest
$(TIME) $(RUNTEST) $(HC) $(RUNTEST_FLAGS) -o2 $*.stderr $<
%.runtest : %.hs
$(TIME) $(RUNTEST) $(HC) $(RUNTEST_OPTS) $<
#-----------------------------------------------------------------------------
# Doc processing suffix rules
......
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