From: simonm Date: Mon, 8 Sep 1997 09:33:36 +0000 (+0000) Subject: [project @ 1997-09-08 09:33:36 by simonm] X-Git-Tag: Approx_2487_patches~1518 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3f10036bc8da6325977cd6ccccfe29ad4e965272 [project @ 1997-09-08 09:33:36 by simonm] runtest rule is the wrong way around. Not that it ever gets used. --- diff --git a/mk/suffix.mk b/mk/suffix.mk index 41b140d..5d38b2c 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -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