summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-26 08:03:36 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-26 08:03:36 +0000
commita0b8aaaad42a8dcb9a41e1c70e37fe1813302854 (patch)
treeceec6f4a0e85e0546384d86ac9638759f7dc5d3f
parentd8ba7a2cdf9b2ea95fee06069af8603bf76ef663 (diff)
downloadbcm5719-llvm-a0b8aaaad42a8dcb9a41e1c70e37fe1813302854.tar.gz
bcm5719-llvm-a0b8aaaad42a8dcb9a41e1c70e37fe1813302854.zip
Fix typo!
llvm-svn: 65520
-rw-r--r--llvm/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 82998793654..a048f941ad1 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
OpenPOWER on IntegriCloud