Simplify the build system, and remove 2 phases
[ghc-hetmet.git] / rules / hs-suffix-rules.mk
index b5dc8fb..a546357 100644 (file)
@@ -13,6 +13,7 @@
 
 define hs-suffix-rules  # args: $1 = dir,  $2 = distdir, $3 = way
 
+ifneq "$$(BINDIST)" "YES"
 ifneq "$$(BootingFromHc)" "YES"
 
 $1/$2/build/%.$$($3_hcsuf) : $1/$2/build/%.hs $$($1_$2_HC_DEP)
@@ -28,6 +29,7 @@ $1/$2/build/%.$$($3_osuf) : $1/$2/build/autogen/%.hs $$($1_$2_HC_DEP)
        "$$($1_$2_HC)" $$($1_$2_$3_ALL_HC_OPTS) -c $$< -o $$@
 
 endif
+endif
 
 endef # hs-suffix-rules