diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-07 16:50:27 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-07 16:50:27 +0000 |
commit | 722a23d418f716ce4b9d554add3143c6c81e1548 (patch) | |
tree | 922cf28940c3acd6fb32d666d9429c41c49138d7 /include | |
parent | 82453564bc58c7e9be8c0a5e9d64ec1ad7297d8c (diff) |
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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package.mk b/include/package.mk index bea042812..ef1fc48ec 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 |