more V= fixes
[openwrt.git] / package / rules.mk
index e5d3c50..6058455 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:
This page took 0.021426 seconds and 4 git commands to generate.