From: Mike Baker Date: Tue, 9 May 2006 23:32:56 +0000 (+0000) Subject: change defaults to check for configure script (avoids defining a null rule otherwise) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ff9c62ed834952fd2bd6a8cd698c33ae817c0567;p=librecmc%2Flibrecmc.git change defaults to check for configure script (avoids defining a null rule otherwise) SVN-Revision: 3747 --- diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk index 17f6c61ef3..3f79b9f6be 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 \