From c96f382b3d9560c81554ae6bcbb75a94f70d72be Mon Sep 17 00:00:00 2001 From: josh Date: Tue, 25 Nov 2008 19:34:09 +0000 Subject: [PATCH] updated Makefile git-svn-id: svn://anubis/gvsu@264 45c1a28c-8058-47b2-ae61-ca45b979098e --- cs656/lab4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cs656/lab4/Makefile b/cs656/lab4/Makefile index c521ebd..d1abcd8 100644 --- a/cs656/lab4/Makefile +++ b/cs656/lab4/Makefile @@ -1,6 +1,8 @@ RESTLET_DIR := $(HOME)/restlet/lib -RESTLET_JARS := $(subst " ",":",$(shell find $(RESTLET_DIR) -iname '*.jar')) +nullstring := +space := $(nullstring) # +RESTLET_JARS := $(subst $(space),:,$(shell find $(RESTLET_DIR) -iname '*.jar')) export CLASSPATH += $(RESTLET_JARS) all: