extend the rules/c-objs macro to take the way as a parameter
[ghc-hetmet.git] / rules / build-package.mk
index b2b3093..863dc73 100644 (file)
@@ -123,8 +123,8 @@ $1_$2_SplitObjs = NO
 endif
 endif
 
-# C and S files are built only once, not once per way
-$(call c-objs,$1,$2)
+# C and S files are built the "v" vanlilla way
+$(call c-objs,$1,$2,v)
 $(call distdir-opts,$1,$2,$3)
 $(call c-suffix-rules,$1,$2,v,YES)