Explorar el Código

[make] try to fix build directory dependency problem

Simon Krajewski hace 8 años
padre
commit
5b2c89e232
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -119,7 +119,7 @@ else
 	echo let version_extra = None > _build/src/compiler/version.ml
 endif
 
-build_src:build_dirs $(BUILD_SRC) _build/src/syntax/parser.ml _build/src/compiler/version.ml
+build_src: | build_dirs $(BUILD_SRC) _build/src/syntax/parser.ml _build/src/compiler/version.ml
 
 haxe: build_src
 	$(MAKE) -f $(MAKEFILENAME) build_pass_1