summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-11-01 21:05:50 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-11-01 21:05:50 +0000
commitb2a10c4939cf69b55a8ef3f38314246a153f9868 (patch)
treeecaa8b115172256d1a5bd80fcfb87f03cdedbf36
parentb69ddb55925849eca8e1f25b21466a029fb35e00 (diff)
properly quote variable reference so the test won't fail (issue #5559)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@804 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 019b54f..48e03bc 100755
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ linux24: $(MODULESO) $(BINS)
linux26: prereq $(BINS)
@echo $(KSRC)
- @if [ -z "$(KSRC)" -o ! -d $(KSRC) ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
+ @if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
obj-m := $(MODULESO)