forked from OSchip/llvm-project
Fix a race condition in the makefile that broke grawp's tester last night.
llvm-svn: 29873
This commit is contained in:
parent
e9764314fb
commit
537b547468
|
@ -18,3 +18,4 @@ CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
|
|||
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
|
||||
|
||||
$(ObjDir)/Lexer.o : $(PROJ_SRC_DIR)/StackerParser.h
|
||||
$(ObjDir)/StackerCompiler.o : $(PROJ_SRC_DIR)/StackerParser.h
|
||||
|
|
Loading…
Reference in New Issue