Improve the error message when we find a module in 2 places; trac #3183
[ghc-hetmet.git] / rules / all-target.mk
1
2 define all-target # args: $1 = dir, $2 = deps
3 all : all_$1
4 .PHONY: all_$1
5 all_$1 : $2
6 endef
7