diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-04-10 18:48:38 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-04-10 18:48:38 +0000 |
commit | 68189850320464bd07fbaf4b2ef2dff0fd07f9f4 (patch) | |
tree | a20430a5d6f58e632a71f167d4c3b97c9eeb4eda /Makefile.rules | |
parent | fa72236d29f0e5a4557f04251ce1b0a9584f7c56 (diff) |
Don't install the libLLVMHello.dylib example.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index ba599294ac..e6c266af7f 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -439,7 +439,6 @@ ifeq ($(OS),Darwin) DARWIN_MAJVERS := $(shell echo $(DARWIN_VERSION)| sed -E 's/10.([0-9]).*/\1/') SharedLinkOptions=-Wl,-flat_namespace -Wl,-undefined -Wl,suppress \ - -compatibility_version 1 -current_version 1 \ -dynamiclib -mmacosx-version-min=$(DARWIN_VERSION) TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION) else |