[project @ 2002-08-30 12:21:16 by simonmar]
authorsimonmar <unknown>
Fri, 30 Aug 2002 12:21:16 +0000 (12:21 +0000)
committersimonmar <unknown>
Fri, 30 Aug 2002 12:21:16 +0000 (12:21 +0000)
oops, 'make Foo.s' in ghc/rts was completely busted

MERGE TO STABLE

mk/suffix.mk

index b914ce2..9ac554d 100644 (file)
@@ -159,7 +159,7 @@ ifeq "$(UseGhcForCc)" "YES"
 
 %.$(way_)s : %.c
        @$(RM) $@
-       $(HC) $(GHC_CC_OPTS) -c $< -o $@
+       $(HC) $(GHC_CC_OPTS) -S $< -o $@
 
 else