X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rules%2Fbuild-prog.mk;h=b88a2bb557c783899b96afaf70670e5ff20189cf;hp=0e8a89791b3fd5446d7d6a2ac85a9fb92ae1d396;hb=aea784af873f089a40af71849d83f59008562a58;hpb=6ca3201b4bb8e5bfa0cd37646f1b0753fb975b29 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)