projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update makefiles to use the autotools stuff put in the template, remove bogus stamp...
[openwrt.git]
/
include
/
package.mk
diff --git
a/include/package.mk
b/include/package.mk
index
1a424e2
..
c28aad8
100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-298,7
+298,6
@@
define Build/Configure/Default
[ -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 \
This page took
0.019513 seconds
and
4
git commands to generate.