[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/Makefile

Reid Spencer reid at x10sys.com
Fri Oct 22 14:02:21 PDT 2004



Changes in directory llvm/projects/Stacker/lib/compiler:

Makefile updated: 1.3 -> 1.4
---
Log message:

Adjust to changes in Makefile.rules

---
Diffs of the changes:  (+2 -0)

Index: llvm/projects/Stacker/lib/compiler/Makefile
diff -u llvm/projects/Stacker/lib/compiler/Makefile:1.3 llvm/projects/Stacker/lib/compiler/Makefile:1.4
--- llvm/projects/Stacker/lib/compiler/Makefile:1.3	Wed Sep 15 01:22:54 2004
+++ llvm/projects/Stacker/lib/compiler/Makefile	Fri Oct 22 16:02:08 2004
@@ -18,3 +18,5 @@
 ifdef PARSE_DEBUG
 INCLUDES += -DPARSE_DEBUG
 endif
+
+$(OBJDIR)/Lexer.o : StackerParser.h






More information about the llvm-commits mailing list