[project @ 1998-08-27 09:14:38 by simonm]
authorsimonm <unknown>
Thu, 27 Aug 1998 09:14:38 +0000 (09:14 +0000)
committersimonm <unknown>
Thu, 27 Aug 1998 09:14:38 +0000 (09:14 +0000)
wibble

Makefile

index 668364f..4a22864 100644 (file)
--- 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