From 537b547468df1b6193fe97fb044efdb9a2ba4f5b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Aug 2006 17:15:23 +0000 Subject: Fix a race condition in the makefile that broke grawp's tester last night. llvm-svn: 29873 --- llvm/projects/Stacker/lib/compiler/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/projects/Stacker/lib/compiler') diff --git a/llvm/projects/Stacker/lib/compiler/Makefile b/llvm/projects/Stacker/lib/compiler/Makefile index 1f2db178d42..11276c1517c 100644 --- a/llvm/projects/Stacker/lib/compiler/Makefile +++ b/llvm/projects/Stacker/lib/compiler/Makefile @@ -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 -- cgit v1.2.3