From: Florian Fainelli Date: Sat, 23 Jun 2007 14:58:37 +0000 (+0000) Subject: Fix nfs-utils build, thanks forum2006 (#1924) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ce94eea07509c88e345d10bbb5d6abe14d6c04f4;p=openwrt%2Fsvn-archive%2Farchive.git Fix nfs-utils build, thanks forum2006 (#1924) SVN-Revision: 7713 --- diff --git a/net/nfs-utils/Makefile b/net/nfs-utils/Makefile index e5ab881c3d..85bd046d9a 100644 --- a/net/nfs-utils/Makefile +++ b/net/nfs-utils/Makefile @@ -46,7 +46,7 @@ endef define Package/Template @if [ \! -f "$(PKG_INSTALL_DIR)/$(1)" ]; then \ - rm -f $(PKG_BUILD_DIR)/.built; \ + -rm -f $(PKG_BUILD_DIR)/.built; \ $(MAKE) $(PKG_BUILD_DIR)/.built; \ fi $(INSTALL_DIR) $(2)