Update makefiles to use the autotools stuff put in the template, remove bogus stamp-h.in touching

SVN-Revision: 5386
master
Florian Fainelli 18 years ago
parent 895ac7a421
commit 37237a0544
  1. 1
      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 \

Loading…
Cancel
Save