projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0c9b03
)
Some more stuff
author
Florian Fainelli
<florian@openwrt.org>
Thu, 2 Nov 2006 22:55:16 +0000
(22:55 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 2 Nov 2006 22:55:16 +0000
(22:55 +0000)
SVN-Revision: 5385
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index 8a10569d6c4ec6780a0a0f3a77631ae996587286..1a424e259f9ce8fc4e55e7abc4e199245ddf8fcd 100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-295,6
+295,10
@@
define Build/Configure/Default
[ -e aclocal.m4 ] && touch aclocal.m4 ; \
[ -e Makefile.in ] && touch Makefile.in ; \
[ -e configure ] && touch configure ; \
+ [ -e acinclude.m4 ] && touch acinclude.m4 ; \
+ [ -e config.h.in ] && touch config.h.in ; \
+ [ -e configure.ac ] && touch configure.ac ; \
+ [ -e stamp-h.in ] && touch stamp-h.in ; \
);
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \
if [ -x configure ]; then \