[llvm-commits] CVS: poolalloc/Makefile.common.in

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 21 17:32:03 PDT 2003


Changes in directory poolalloc:

Makefile.common.in updated: 1.2 -> 1.3

---
Log message:

Projects should not specify this variable


---
Diffs of the changes:

Index: poolalloc/Makefile.common.in
diff -u poolalloc/Makefile.common.in:1.2 poolalloc/Makefile.common.in:1.3
--- poolalloc/Makefile.common.in:1.2	Thu Aug 14 22:34:44 2003
+++ poolalloc/Makefile.common.in	Thu Aug 21 17:31:04 2003
@@ -4,12 +4,6 @@
 LLVM_SRC_ROOT = @LLVM_SRC@
 
 #
-# 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 = @LLVM_OBJ@
-
-#
 # Include LLVM's Master Makefile.
 #
 include $(LLVM_SRC_ROOT)/Makefile.common





More information about the llvm-commits mailing list