Build and install the archive when building the Apple way.
authorBill Wendling <isanbard@gmail.com>
Tue, 19 Jul 2011 23:33:42 +0000 (23:33 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 19 Jul 2011 23:33:42 +0000 (23:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135538 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/libprofile/Makefile

index cf31e46949b150ce1a99301f9fb79b4b02b5a9d9..d8511495ce6e70d89497eaa2b6440aef32f08693 100644 (file)
@@ -19,6 +19,10 @@ SHARED_LIBRARY = 1
 EXTRA_DIST = libprofile.exports
 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports
 
+# Build and install this archive.                                                                                                                  
+BUILD_ARCHIVE = 1
+override NO_INSTALL_ARCHIVES =
+
 include $(LEVEL)/Makefile.common
 
 ifeq ($(HOST_OS),Darwin)