small bugfix in package rules file
authorFelix Fietkau <nbd@openwrt.org>
Sat, 22 Oct 2005 11:33:25 +0000 (11:33 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 22 Oct 2005 11:33:25 +0000 (11:33 +0000)
SVN-Revision: 2228

openwrt/package/rules.mk

index e5d3c503d69ea3b0b0c8f9ff6b0171dac9ccbbec..60584552d729bd9b3d353ea6867f8153c9ce7f9f 100644 (file)
@@ -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: