[llvm-commits] CVS: llvm/lib/Bytecode/Makefile
LLVM
llvm at cs.uiuc.edu
Tue Jun 29 18:22:01 PDT 2004
Changes in directory llvm/lib/Bytecode:
Makefile updated: 1.3 -> 1.4
---
Log message:
Remove newly defunct Analyzer directory.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Bytecode/Makefile
diff -u llvm/lib/Bytecode/Makefile:1.3 llvm/lib/Bytecode/Makefile:1.4
--- llvm/lib/Bytecode/Makefile:1.3 Mon Jun 7 12:53:43 2004
+++ llvm/lib/Bytecode/Makefile Tue Jun 29 18:21:16 2004
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
-DIRS = Analyzer Reader Writer
+DIRS = Reader Writer
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list