[project @ 1998-08-26 13:06:09 by simonm]
authorsimonm <unknown>
Wed, 26 Aug 1998 13:06:09 +0000 (13:06 +0000)
committersimonm <unknown>
Wed, 26 Aug 1998 13:06:09 +0000 (13:06 +0000)
minor fix to get source dists working.

Makefile

index 2920bf3..668364f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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