[llvm-commits] CVS: llvm/projects/sample/Makefile.common
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 21 17:23:00 PDT 2003
Changes in directory llvm/projects/sample:
Makefile.common updated: 1.2 -> 1.3
---
Log message:
Remove commented out declaration
---
Diffs of the changes:
Index: llvm/projects/sample/Makefile.common
diff -u llvm/projects/sample/Makefile.common:1.2 llvm/projects/sample/Makefile.common:1.3
--- llvm/projects/sample/Makefile.common:1.2 Mon Jun 30 17:12:41 2003
+++ llvm/projects/sample/Makefile.common Thu Aug 21 17:22:24 2003
@@ -4,12 +4,6 @@
LLVM_SRC_ROOT = $(LEVEL)/../..
#
-# Set this variable to the top level directory where LLVM was built
-# (this is *not* the same as OBJ_ROOT as defined in LLVM's Makefile.config).
-#
-#LLVM_OBJ_ROOT = $(LEVEL)/../..
-
-#
# Include LLVM's Master Makefile.
#
include $(LLVM_SRC_ROOT)/Makefile.common
More information about the llvm-commits
mailing list