Partially fix "make framework-pkg"
[ghc-hetmet.git] / distrib / MacOS / Makefile
index d17e384..3d7852e 100644 (file)
 #
 ############################################################################
 
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
+include ../../mk/config.mk
+
+ifeq "$(ProjectVersion)" ""
+$(error Please run ./configure first)
+endif
+
+include ../../mk/custom-settings.mk
 
 # The ProjectVersionInt is GHC's idea of an API version and hence determines
 # the framework version.