From a0b8aaaad42a8dcb9a41e1c70e37fe1813302854 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 26 Feb 2009 08:03:36 +0000 Subject: [PATCH] Fix typo! llvm-svn: 65520 --- llvm/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 829987936540..a048f941ad17 100644 --- a/llvm/Makefile.rules +++ b/llvm/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