[llvm-commits] CVS: llvm/tools/Makefile
Devang Patel
dpatel at apple.com
Fri Sep 8 11:20:39 PDT 2006
Changes in directory llvm/tools:
Makefile updated: 1.57 -> 1.58
---
Log message:
Remove redundant include.
---
Diffs of the changes: (+0 -1)
Makefile | 1 -
1 files changed, 1 deletion(-)
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.57 llvm/tools/Makefile:1.58
--- llvm/tools/Makefile:1.57 Fri Sep 8 13:08:50 2006
+++ llvm/tools/Makefile Fri Sep 8 13:20:25 2006
@@ -27,4 +27,3 @@
PARALLEL_DIRS += lto
endif
-include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list