[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 29 12:37:00 PST 2004



Changes in directory llvm-test/External/SPEC:

Makefile.spec updated: 1.44 -> 1.45
---
Log message:

Fix paths to libprofile




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

Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.44 llvm-test/External/SPEC/Makefile.spec:1.45
--- llvm-test/External/SPEC/Makefile.spec:1.44	Wed Oct 13 13:49:03 2004
+++ llvm-test/External/SPEC/Makefile.spec	Mon Nov 29 14:36:43 2004
@@ -164,7 +164,7 @@
 
 
 
-LIBPROFILESO = $(LLVM_OBJ_ROOT)/lib/Debug/libprofile_rt.so
+LIBPROFILESO = $(LLVM_OBJ_ROOT)/Debug/lib/libprofile_rt.so
 
 $(PROGRAMS_TO_TEST:%=Output/%.prof): \
 Output/%.prof: Output/%.llvm-prof.bc Output/%.out-nat $(LIBPROFILESO)






More information about the llvm-commits mailing list