X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rules%2Fbuild-prog.mk;h=b88a2bb557c783899b96afaf70670e5ff20189cf;hb=945aefc681772d32cfc67cc7d4d3d831ece75a05;hp=0e8a89791b3fd5446d7d6a2ac85a9fb92ae1d396;hpb=75ea07dfb47707fe48267df29bd573a997c85350;p=ghc-hetmet.git diff --git a/rules/build-prog.mk b/rules/build-prog.mk index 0e8a897..b88a2bb 100644 --- a/rules/build-prog.mk +++ b/rules/build-prog.mk @@ -72,12 +72,14 @@ endif else ifneq "$$(BINDIST)" "YES" +$1_$2_WAYS = v + $(call hs-sources,$1,$2) $(call c-sources,$1,$2) # --- DEPENDENCIES -$1_$2_depfile = $1/$2/build/.depend +$1_$2_depfile_base = $1/$2/build/.depend $(call build-dependencies,$1,$2)