make-rules/ips.mk
changeset 1432 d90238e58d20
parent 1430 24f4aebfd6a5
child 1609 87293f3666a2
--- a/make-rules/ips.mk	Tue Aug 13 09:49:16 2013 -0700
+++ b/make-rules/ips.mk	Tue Aug 13 15:21:56 2013 -0700
@@ -272,7 +272,7 @@
 
 # resolve the dependencies all at once
 $(BUILD_DIR)/.resolved-$(MACH):	$(DEPENDED)
-	if [[ $(EXTDEPFILES) == $(NULLDEPFILE) ]] ; then \
+	if [[ "$(EXTDEPFILES)" == "$(NULLDEPFILE)" ]] ; then \
 	  echo 'consolidation/userland/userland-incorporation' > $(NULLDEPFILE) ; \
 	fi
 	$(PKGDEPEND) resolve $(EXTDEPFILES:%=-e %) -m $(DEPENDED)