Fix a race condition in the makefile that broke grawp's tester last night.
authorChris Lattner <sabre@nondot.org>
Fri, 25 Aug 2006 17:15:23 +0000 (17:15 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Aug 2006 17:15:23 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29873 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/lib/compiler/Makefile

index 1f2db178d422a0a524413dcb1b5234f8d534ce65..11276c1517c04e21b1190b847ceffeb4322f482d 100644 (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