From: Nick Lewycky Date: Thu, 26 Feb 2009 08:03:36 +0000 (+0000) Subject: Fix typo! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2be208745b7538ff1550a5c294442646e5ae964d;p=oota-llvm.git Fix typo! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65520 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 82998793654..a048f941ad1 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -433,7 +433,7 @@ ifndef KEEP_SYMBOLS endif # Adjust linker flags for building an executable -ifndef ($(OS),Darwin) +ifneq ($(OS),Darwin) ifdef TOOLNAME ifdef EXAMPLE_TOOL LD.Flags += -Wl,-rpath -Wl,$(ExmplDir) -export-dynamic