aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-09-07 16:50:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-09-07 16:50:27 +0000
commitc4e4e62c8554eb305207b8b1872a993d87e14575 (patch)
tree922cf28940c3acd6fb32d666d9429c41c49138d7 /include
parenta20ad6d68d1fa231cbf7606c1ada064217723a11 (diff)
downloadmaster-187ad058-c4e4e62c8554eb305207b8b1872a993d87e14575.tar.gz
master-187ad058-c4e4e62c8554eb305207b8b1872a993d87e14575.tar.bz2
master-187ad058-c4e4e62c8554eb305207b8b1872a993d87e14575.zip
add quotes to ipkg name in the rebuild check
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4772 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package.mk b/include/package.mk
index bea0428129..ef1fc48ec8 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -239,7 +239,7 @@ define BuildPackage
ifneq ($$(CONFIG_PACKAGE_$(1)),)
ifneq ($(MAKECMDGOALS),prereq)
ifneq ($(DUMP),1)
- ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install $$(IPKG_$(1)) $(PKG_BUILD_DIR)),$$(IPKG_$(1)))
+ ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install '$$(IPKG_$(1))' '$(PKG_BUILD_DIR)'),$$(IPKG_$(1)))
_INFO+=$(subst $(TOPDIR)/,,$$(IPKG_$(1)))
$(PKG_BUILD_DIR)/.built: package-rebuild
endif