mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 18:05:19 +02:00
force automake invocation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1717 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9c7d9a7081
commit
30baf2f972
@ -25,12 +25,7 @@ $(eval $(call PKG_template,LINUX_ATM,linux-atm,$(PKG_VERSION)-$(PKG_RELEASE),$(A
|
|||||||
$(PKG_BUILD_DIR)/.configured:
|
$(PKG_BUILD_DIR)/.configured:
|
||||||
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
|
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
|
||||||
autoconf; \
|
autoconf; \
|
||||||
touch configure.in ; \
|
automake; \
|
||||||
touch acinclude.m4 ; \
|
|
||||||
touch aclocal.m4 ; \
|
|
||||||
touch Makefile.in ; \
|
|
||||||
touch config.h.in ; \
|
|
||||||
touch configure ; \
|
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
||||||
|
Loading…
Reference in New Issue
Block a user