From 2be208745b7538ff1550a5c294442646e5ae964d Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 26 Feb 2009 08:03:36 +0000 Subject: Fix typo! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65520 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index 8299879365..a048f941ad 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 -- cgit v1.2.3