Update makefiles to use the autotools stuff put in the template, remove bogus stamp-h.in touching
SVN-Revision: 5386
This commit is contained in:
parent
895ac7a421
commit
37237a0544
1 changed files with 0 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue