X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=4a2286449c2f41b4eac8484a22237db831afba25;hb=6c76fdf91a61aec1a1c1b9ace160762b627b7718;hp=668364fe5509c6c8e08350a93071a0bd0336a9a7;hpb=656f6150a47db2b640da03da1bc63acb6d491be5;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 668364f..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) -ifneq ($(Project),"") +ifneq "$(Project)" "" include $(shell echo $(Project) | tr A-Z a-z)/mk/config.mk endif