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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-08-25 17:15:23 +00:00
parent f757966480
commit 463b79f5d1

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