[llvm-commits] CVS: poolalloc/Makefile.common.in
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 20 11:21:03 PST 2005
Changes in directory poolalloc:
Makefile.common.in updated: 1.7 -> 1.8
---
Log message:
Ugh, more changes.
---
Diffs of the changes: (+4 -2)
Index: poolalloc/Makefile.common.in
diff -u poolalloc/Makefile.common.in:1.7 poolalloc/Makefile.common.in:1.8
--- poolalloc/Makefile.common.in:1.7 Thu Jan 20 13:18:55 2005
+++ poolalloc/Makefile.common.in Thu Jan 20 13:20:52 2005
@@ -9,13 +9,15 @@
LLVM_OBJ_ROOT = @LLVM_OBJ@
# Include LLVM's Master Makefile.
-include $(LLVM_OBJ_ROOT)/Makefile.config
+#include $(LLVM_OBJ_ROOT)/Makefile.config
# Set the source root and source directory pathnames
PROJ_SRC_DIR := $(subst //,/, at abs_top_srcdir@/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
PROJ_SRC_ROOT := $(subst //,/, at abs_top_srcdir@)
+PROJ_INSTALL_ROOT := @prefix@
+
# Include LLVM's Master Makefile.
-include $(LLVM_SRC_ROOT)/Makefile.rules
+include $(LLVM_SRC_ROOT)/Makefile.common
More information about the llvm-commits
mailing list