[project @ 1997-09-08 09:33:36 by simonm]
authorsimonm <unknown>
Mon, 8 Sep 1997 09:33:36 +0000 (09:33 +0000)
committersimonm <unknown>
Mon, 8 Sep 1997 09:33:36 +0000 (09:33 +0000)
runtest rule is the wrong way around.  Not that it ever gets used.

mk/suffix.mk

index 41b140d..5d38b2c 100644 (file)
@@ -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