diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-25 17:15:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-25 17:15:23 +0000 |
commit | 537b547468df1b6193fe97fb044efdb9a2ba4f5b (patch) | |
tree | 8cd5c1278536bf0421997abd47acb98488413474 /llvm/projects/Stacker/lib/compiler | |
parent | e9764314fb70f1bd785ebf06a9ae227ed5bf949e (diff) | |
download | bcm5719-llvm-537b547468df1b6193fe97fb044efdb9a2ba4f5b.tar.gz bcm5719-llvm-537b547468df1b6193fe97fb044efdb9a2ba4f5b.zip |
Fix a race condition in the makefile that broke grawp's tester last night.
llvm-svn: 29873
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler')
-rw-r--r-- | llvm/projects/Stacker/lib/compiler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |