fix 'Preparing...' message for V=5 compile
authorFelix Fietkau <nbd@openwrt.org>
Sat, 22 Oct 2005 13:08:35 +0000 (13:08 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 22 Oct 2005 13:08:35 +0000 (13:08 +0000)
SVN-Revision: 2235

openwrt/package/rules.mk

index 60584552d729bd9b3d353ea6867f8153c9ce7f9f..cd63983bd86db81ac57f675e7c64fed47b752be4 100644 (file)
@@ -68,7 +68,7 @@ configure:
        }
 
 compile-targets:
-compile:
+compile: prepare
        @[ -f $(PKG_BUILD_DIR)/.configured ] || { \
                $(PKG_TRACE) Configuring...; \
                $(MAKE) $(PKG_BUILD_DIR)/.configured $(MAKE_TRACE); \