X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=4a2286449c2f41b4eac8484a22237db831afba25;hb=99b153d655bc142bec0fd5b6ace27642bb52a6b3;hp=2920bf3053cead913f79567dc1a1ae9cf2be169f;hpb=6c734cda6f6a3de5be66385cc31c5ffbd15cbed1;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 2920bf3..4a22864 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -################################################################################# +############################################################################ # # fptools/Makefile # # This is the main Makefile for fptools. # -################################################################################# +############################################################################ TOP=. include $(TOP)/mk/boilerplate.mk @@ -17,7 +17,7 @@ SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME) CURRENT_TARGET = $(MAKECMDGOALS) SUBDIRS = $(shell if (test x$(CURRENT_TARGET) = xinstall) ; then echo $(ProjectsToInstall); else echo $(ProjectsToBuild); fi) -ifeq (x$(CURRENT_TARGET),xbinary-dist) +ifneq "$(Project)" "" include $(shell echo $(Project) | tr A-Z a-z)/mk/config.mk endif