17205829 Update device ids data files to current versions as of 2013.07 (fix build)
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 13 Aug 2013 15:21:56 -0700
changeset 1432 d90238e58d20
parent 1431 9a892a7cb482
child 1433 c111a9dd45a7
17205829 Update device ids data files to current versions as of 2013.07 (fix build)
make-rules/ips.mk
--- 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)