From 68189850320464bd07fbaf4b2ef2dff0fd07f9f4 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 10 Apr 2009 18:48:38 +0000 Subject: Don't install the libLLVMHello.dylib example. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68807 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index ba59929..e6c266a 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 -- cgit v1.1