[llvm-commits] CVS: llvm/Makefile.config.in

Reid Spencer reid at x10sys.com
Fri Oct 22 14:01:55 PDT 2004



Changes in directory llvm:

Makefile.config.in updated: 1.33 -> 1.34
---
Log message:

Remove the unused SourceDir variable (use BUILD_SRC_DIR)

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

Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.33 llvm/Makefile.config.in:1.34
--- llvm/Makefile.config.in:1.33	Mon Oct  4 12:49:19 2004
+++ llvm/Makefile.config.in	Fri Oct 22 16:01:44 2004
@@ -150,11 +150,6 @@
 LLVM_SRC_ROOT := $(BUILD_SRC_ROOT)
 endif
 
-# Set SourceDir for backwards compatbility.
-ifndef SourceDir
-SourceDir=$(BUILD_SRC_DIR)
-endif
-
 # Handle configured libraries
 HAVE_BZIP2 := @HAVE_BZIP2@
 HAVE_ZLIB  := @HAVE_ZLIB@






More information about the llvm-commits mailing list