fix 'Preparing...' message for V=5 compile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Oct 2005 13:08:35 +0000 (13:08 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Oct 2005 13:08:35 +0000 (13:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2235 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/rules.mk

index 6058455..cd63983 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); \
This page took 0.029129 seconds and 4 git commands to generate.