Skip to content
Snippets Groups Projects
Commit a8b4fcb8 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

revert autotools files touching: it has side effects (closes: #918)

SVN-Revision: 5448
parent bbf8e1ff
No related branches found
No related tags found
No related merge requests found
...@@ -289,21 +289,7 @@ define Build/Prepare ...@@ -289,21 +289,7 @@ define Build/Prepare
$(call Build/Prepare/Default,) $(call Build/Prepare/Default,)
endef endef
define Build/Configure/Touch
(cd $(PKG_BUILD_DIR) ; \
touch configure.in ; \
touch aclocal.m4 ; \
touch Makefile.in ; \
touch configure ; \
touch acinclude.m4 ; \
touch config.h.in ; \
touch configure.ac ; \
touch stamp-h.in ; \
);
endef
define Build/Configure/Default define Build/Configure/Default
$(call Build/Configure/Touch)
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \ (cd $(PKG_BUILD_DIR)/$(strip $(3)); \
if [ -x configure ]; then \ if [ -x configure ]; then \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment