From: simonmar Date: Fri, 30 Aug 2002 12:21:16 +0000 (+0000) Subject: [project @ 2002-08-30 12:21:16 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1738 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ff3076f80aa46a358207c78e33d9327440b2c895 [project @ 2002-08-30 12:21:16 by simonmar] oops, 'make Foo.s' in ghc/rts was completely busted MERGE TO STABLE --- diff --git a/mk/suffix.mk b/mk/suffix.mk index b914ce2..9ac554d 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -159,7 +159,7 @@ ifeq "$(UseGhcForCc)" "YES" %.$(way_)s : %.c @$(RM) $@ - $(HC) $(GHC_CC_OPTS) -c $< -o $@ + $(HC) $(GHC_CC_OPTS) -S $< -o $@ else