Skip to content
Snippets Groups Projects
Commit 656f6150 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-08-26 13:06:09 by simonm]

minor fix to get source dists working.
parent aba70f50
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment