[llvm-commits] CVS: llvm-tv/tools/llvm-tv/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Wed Apr 27 10:19:51 PDT 2005
Changes in directory llvm-tv/tools/llvm-tv:
Makefile updated: 1.20 -> 1.21
---
Log message:
* The shared libraries are actually built into llvm-tv's lib dir
* Adjust to change in shared lib name
---
Diffs of the changes: (+2 -2)
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-tv/tools/llvm-tv/Makefile
diff -u llvm-tv/tools/llvm-tv/Makefile:1.20 llvm-tv/tools/llvm-tv/Makefile:1.21
--- llvm-tv/tools/llvm-tv/Makefile:1.20 Tue Apr 19 15:15:07 2005
+++ llvm-tv/tools/llvm-tv/Makefile Wed Apr 27 12:19:40 2005
@@ -5,7 +5,7 @@
LLVMSystem.a LLVMbzip2
# note: delete when FileUtils is assimilated into libsupport
-USEDLIBS = snapshot
+USEDLIBS = LLVMTVSnapshot
CPPFLAGS = $(shell wx-config --cflags)
TOOLLINKOPTSB = $(shell wx-config --libs)
@@ -26,7 +26,7 @@
$(LLVMToolDir)/opt-snap: Makefile
echo exec env LD_LIBRARY_PATH=$(WXLIB):\$$LD_LIBRARY_PATH \
- OPTPASSES=\"$$\*\" opt -load=$(LLVMLibDir)/libsnapshot.so $$\* > $@
+ OPTPASSES=\"$$\*\" opt -load=$(LibDir)/libLLVMTVSnapshot.so $$\* > $@
chmod u+x $@
ifeq ($(OS),Darwin)
More information about the llvm-commits
mailing list