projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9e4703
)
force automake invocation
author
Nicolas Thill
<nico@openwrt.org>
Mon, 22 Aug 2005 06:59:56 +0000
(06:59 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 22 Aug 2005 06:59:56 +0000
(06:59 +0000)
SVN-Revision: 1717
openwrt/package/linux-atm/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/linux-atm/Makefile
b/openwrt/package/linux-atm/Makefile
index adc0a652b6d490e67c99f127b2976c7d5efb5a4e..87746cf8c30757a4562429461b55e104067005fa 100644
(file)
--- a/
openwrt/package/linux-atm/Makefile
+++ b/
openwrt/package/linux-atm/Makefile
@@
-25,12
+25,7
@@
$(eval $(call PKG_template,LINUX_ATM,linux-atm,$(PKG_VERSION)-$(PKG_RELEASE),$(A
$(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
autoconf; \
- touch configure.in ; \
- touch acinclude.m4 ; \
- touch aclocal.m4 ; \
- touch Makefile.in ; \
- touch config.h.in ; \
- touch configure ; \
+ automake; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \