[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 20 11:40:55 PDT 2004
Changes in directory llvm-test/External/SPEC:
Makefile.spec updated: 1.40 -> 1.41
---
Log message:
Instead of $(LEVEL), refer to $(LLVM_OBJ_ROOT) as that is where libs are built
---
Diffs of the changes: (+1 -1)
Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.40 llvm-test/External/SPEC/Makefile.spec:1.41
--- llvm-test/External/SPEC/Makefile.spec:1.40 Mon Sep 6 22:36:04 2004
+++ llvm-test/External/SPEC/Makefile.spec Mon Sep 20 13:40:45 2004
@@ -180,7 +180,7 @@
-LIBPROFILESO = $(LEVEL)/lib/Debug/libprofile_rt.so
+LIBPROFILESO = $(LLVM_OBJ_ROOT)/lib/Debug/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