Fix a race condition in the makefile that broke grawp's tester last night.

llvm-svn: 29873
This commit is contained in:
Chris Lattner 2006-08-25 17:15:23 +00:00
parent e9764314fb
commit 537b547468
1 changed files with 1 additions and 0 deletions

View File

@ -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