When building libraries, we need to register them if we use the "build" targets
[ghc-hetmet.git] / mk / custom-settings.mk
1
2 ifeq "$(Validating)" "YES"
3 include $(TOP)/mk/validate-settings.mk
4 -include $(TOP)/mk/validate.mk
5 else
6 -include $(TOP)/mk/build.mk
7 endif