summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-09 23:32:56 +0000
committerMike Baker <mbm@openwrt.org>2006-05-09 23:32:56 +0000
commitff9c62ed834952fd2bd6a8cd698c33ae817c0567 (patch)
tree62c256ca0157ff22991dcb94a2bdde5179142ad1
parent453f6d160f7a131503551520a1dd2e97591f2343 (diff)
downloadmtk-20170518-ff9c62ed834952fd2bd6a8cd698c33ae817c0567.zip
mtk-20170518-ff9c62ed834952fd2bd6a8cd698c33ae817c0567.tar.gz
mtk-20170518-ff9c62ed834952fd2bd6a8cd698c33ae817c0567.tar.bz2
change defaults to check for configure script (avoids defining a null rule otherwise)
SVN-Revision: 3747
-rw-r--r--openwrt/package/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk
index 17f6c61..3f79b9f 100644
--- a/openwrt/package/rules.mk
+++ b/openwrt/package/rules.mk
@@ -188,6 +188,7 @@ endef
define Build/Configure/Default
(cd $(PKG_BUILD_DIR); \
+ [ -x configure ] && \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
./configure \