Fix nfs-utils build, thanks forum2006 (#1924)
authorFlorian Fainelli <florian@openwrt.org>
Sat, 23 Jun 2007 14:58:37 +0000 (14:58 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 23 Jun 2007 14:58:37 +0000 (14:58 +0000)
SVN-Revision: 7713

net/nfs-utils/Makefile

index e5ab881c3d7bea31f7eaa0332e7d0a0565356ef1..85bd046d9a701c543170707e3c69f2b40da688c4 100644 (file)
@@ -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)