[llvm-commits] CVS: llvm/projects/SmallExamples/ModuleMaker/Makefile.common.in

Reid Spencer reid at x10sys.com
Thu Aug 19 13:09:25 PDT 2004



Changes in directory llvm/projects/SmallExamples/ModuleMaker:

Makefile.common.in updated: 1.1 -> 1.2
---
Log message:

Make the SmallExamples programs compile in their new home.


---
Diffs of the changes:  (+3 -3)

Index: llvm/projects/SmallExamples/ModuleMaker/Makefile.common.in
diff -u llvm/projects/SmallExamples/ModuleMaker/Makefile.common.in:1.1 llvm/projects/SmallExamples/ModuleMaker/Makefile.common.in:1.2
--- llvm/projects/SmallExamples/ModuleMaker/Makefile.common.in:1.1	Tue Nov 25 13:59:21 2003
+++ llvm/projects/SmallExamples/ModuleMaker/Makefile.common.in	Thu Aug 19 15:09:14 2004
@@ -3,17 +3,17 @@
 # directories up.  The source tree location we do not know; let the LLVM
 # Makefiles find it for us.
 #
-LLVM_OBJ_ROOT=$(LEVEL)/../..
+LLVM_OBJ_ROOT=$(LEVEL)/../../..
 
 #
 # Grab the LLVM configuration file.
 #
-include $(LEVEL)/../../Makefile.config
+include $(LEVEL)/../../../Makefile.config
 
 #
 # Reconfigure the source directories
 #
-BUILD_SRC_ROOT:=$(LLVM_SRC_ROOT)/projects/ModuleMaker
+BUILD_SRC_ROOT:=$(LLVM_SRC_ROOT)/projects/SmallExamples/ModuleMaker
 BUILD_SRC_DIR := $(subst //,/,$(BUILD_SRC_ROOT)/$(patsubst $(BUILD_OBJ_ROOT)%,%,$(BUILD_OBJ_DIR)))
 
 #






More information about the llvm-commits mailing list