From: Felix Fietkau Date: Sat, 22 Oct 2005 11:33:25 +0000 (+0000) Subject: small bugfix in package rules file X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3482e6357adb181b097215aff06c2ddb30d37b8c;p=openwrt%2Fsvn-archive%2Farchive.git small bugfix in package rules file SVN-Revision: 2228 --- diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk index e5d3c503d6..60584552d7 100644 --- a/openwrt/package/rules.mk +++ b/openwrt/package/rules.mk @@ -73,10 +73,8 @@ compile: $(PKG_TRACE) Configuring...; \ $(MAKE) $(PKG_BUILD_DIR)/.configured $(MAKE_TRACE); \ } - @[ -f $(PKG_BUILD_DIR)/.built ] || { \ - $(PKG_TRACE) Compiling...; \ - $(MAKE) compile-targets $(MAKE_TRACE); \ - } + @$(PKG_TRACE) Compiling... + @$(MAKE) compile-targets $(MAKE_TRACE) install-targets: install: