[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 25 10:15:38 PDT 2006
Changes in directory llvm/projects/Stacker/lib/compiler:
Makefile updated: 1.9 -> 1.10
---
Log message:
Fix a race condition in the makefile that broke grawp's tester last night.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/projects/Stacker/lib/compiler/Makefile
diff -u llvm/projects/Stacker/lib/compiler/Makefile:1.9 llvm/projects/Stacker/lib/compiler/Makefile:1.10
--- llvm/projects/Stacker/lib/compiler/Makefile:1.9 Thu Jul 6 19:20:39 2006
+++ llvm/projects/Stacker/lib/compiler/Makefile Fri Aug 25 12:15:23 2006
@@ -18,3 +18,4 @@
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
$(ObjDir)/Lexer.o : $(PROJ_SRC_DIR)/StackerParser.h
+$(ObjDir)/StackerCompiler.o : $(PROJ_SRC_DIR)/StackerParser.h
More information about the llvm-commits
mailing list