From: simonmar Date: Wed, 26 Apr 2000 10:41:45 +0000 (+0000) Subject: [project @ 2000-04-26 10:41:45 by simonmar] X-Git-Tag: Approximately_9120_patches~4606 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9f50781206ecffc4a96ee3c5c44f4e355d9226d4;p=ghc-hetmet.git [project @ 2000-04-26 10:41:45 by simonmar] allow for per-program LD_OPTS. --- diff --git a/ghc/tests/mk/should_run.mk b/ghc/tests/mk/should_run.mk index e9c3543..7c58508 100644 --- a/ghc/tests/mk/should_run.mk +++ b/ghc/tests/mk/should_run.mk @@ -13,6 +13,6 @@ all :: $(RUNTESTS) $(RUNTEST) $< $(RUNTEST_OPTS) %.bin : %.o - $(HC) $(HC_OPTS) $< -o $@ + $(HC) $(HC_OPTS) $($*_LD_OPTS) $< -o $@ CLEAN_FILES += $(BINS)