]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_v8: Skip clean before rebuild
authorPeter Olsson <peter@olssononline.se>
Fri, 24 Jan 2014 21:39:50 +0000 (22:39 +0100)
committerPeter Olsson <peter@olssononline.se>
Fri, 24 Jan 2014 21:39:50 +0000 (22:39 +0100)
src/mod/languages/mod_v8/Makefile.am

index 62e09ae4499155dac177b240564b817ca600cbf2..2fd376647b6d3b390eda2e0e5c1450d099e84a55 100644 (file)
@@ -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 \