1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-08 04:01:21 +02:00

change defaults to check for configure script (avoids defining a null rule otherwise)

SVN-Revision: 3747
This commit is contained in:
Mike Baker 2006-05-09 23:32:56 +00:00
parent 453f6d160f
commit ff9c62ed83

@ -188,6 +188,7 @@ endef
define Build/Configure/Default define Build/Configure/Default
(cd $(PKG_BUILD_DIR); \ (cd $(PKG_BUILD_DIR); \
[ -x configure ] && \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \ CFLAGS="$(TARGET_CFLAGS)" \
./configure \ ./configure \