From e676067be55ef23a5ea35ac0a05f4c41d3bd1ef7 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 22 Dec 2004 05:57:33 +0000 Subject: For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19096 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/libprofile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/libprofile') diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile index 80cf4f74f0..373c54ce2a 100644 --- a/runtime/libprofile/Makefile +++ b/runtime/libprofile/Makefile @@ -13,6 +13,6 @@ SHARED_LIBRARY = 1 LIBRARYNAME = profile_rt EXTRA_DIST = exported_symbols.lst EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst -BYTECODE_DESTINATION = $(cferuntime_libdir) +BYTECODE_DESTINATION = $(CFERuntimeLibDir) include $(LEVEL)/Makefile.common -- cgit v1.2.3