From d878bac69c0abab13e9a35016de419960f9ba34f Mon Sep 17 00:00:00 2001 From: Peter Olsson Date: Fri, 24 Jan 2014 22:39:50 +0100 Subject: [PATCH] mod_v8: Skip clean before rebuild --- src/mod/languages/mod_v8/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/mod/languages/mod_v8/Makefile.am b/src/mod/languages/mod_v8/Makefile.am index 62e09ae449..2fd376647b 100644 --- a/src/mod/languages/mod_v8/Makefile.am +++ b/src/mod/languages/mod_v8/Makefile.am @@ -109,12 +109,7 @@ $(SOURCES): $(BUILT_SOURCES) $(V8_DIR): $(GETLIB) $(V8).tar.bz2 -# This target is just to force V8 to rebuild without I18N support, if it was built already -$(V8_DIR)/.forcedrebuild: - cd $(V8_BUILDDIR) && $(MAKE) clean - touch $(V8_DIR)/.forcedrebuild - -$(V8LIB): $(V8_DIR) $(V8_DIR)/.forcedrebuild +$(V8LIB): $(V8_DIR) if test "$(CXX_TARGET_PLATFORM)" = "x86_64"; then \ defines="v8_target_arch=x64 target_arch=x64"; \ else \