Fix nfs-utils build, thanks forum2006 (#1924)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7713 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-23 14:58:37 +00:00
parent 08b6d73184
commit d82cf6b6d9

View 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)