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

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 20 11:17:32 PST 2005



Changes in directory poolalloc:

Makefile.common.in updated: 1.5 -> 1.6

---
Log message:

Upgrade to recent makefile changes.


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

Index: poolalloc/Makefile.common.in
diff -u poolalloc/Makefile.common.in:1.5 poolalloc/Makefile.common.in:1.6
--- poolalloc/Makefile.common.in:1.5	Tue Sep 30 11:31:24 2003
+++ poolalloc/Makefile.common.in	Thu Jan 20 13:17:22 2005
@@ -17,9 +17,9 @@
 #
 # Set the source root and source directory pathnames
 #
-BUILD_SRC_DIR := $(subst //,/, at abs_top_srcdir@/$(patsubst $(BUILD_OBJ_ROOT)%,%,$(BUILD_OBJ_DIR)))
+PROJ_SRC_DIR := $(subst //,/, at abs_top_srcdir@/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
 
-BUILD_SRC_ROOT := $(subst //,/, at abs_top_srcdir@)
+PROJ_SRC_ROOT := $(subst //,/, at abs_top_srcdir@)
 
 #
 # Include LLVM's Master Makefile.





More information about the llvm-commits mailing list