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

SVN-Revision: 3747
master
Mike Baker 19 years ago
parent 453f6d160f
commit ff9c62ed83
  1. 1
      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 \

Loading…
Cancel
Save