[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Dec 14 12:15:46 PST 2004
Changes in directory poolalloc/test:
TEST.poolalloc.Makefile updated: 1.34 -> 1.35
---
Log message:
Adjust to changes in dir structure
---
Diffs of the changes: (+1 -1)
Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.34 poolalloc/test/TEST.poolalloc.Makefile:1.35
--- poolalloc/test/TEST.poolalloc.Makefile:1.34 Thu Nov 11 04:13:00 2004
+++ poolalloc/test/TEST.poolalloc.Makefile Tue Dec 14 14:15:36 2004
@@ -21,7 +21,7 @@
RELDIR := $(subst $(PROGDIR),,$(CURDIR))
# Pool allocator pass shared object
-PA_SO := $(PROJECT_DIR)/lib/Debug/libpoolalloc$(SHLIBEXT)
+PA_SO := $(PROJECT_DIR)/Debug/lib/libpoolalloc$(SHLIBEXT)
# Pool allocator runtime library
#PA_RT := $(PROJECT_DIR)/lib/Bytecode/libpoolalloc_fl_rt.bc
More information about the llvm-commits
mailing list