From: Felix Fietkau Date: Sat, 22 Oct 2005 13:08:35 +0000 (+0000) Subject: fix 'Preparing...' message for V=5 compile X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6ae43db6364df7d29f59482c8f9d5847e6ad036;p=librecmc%2Flibrecmc.git fix 'Preparing...' message for V=5 compile SVN-Revision: 2235 --- diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk index 60584552d7..cd63983bd8 100644 --- a/openwrt/package/rules.mk +++ b/openwrt/package/rules.mk @@ -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); \