Fix typo!
authorNick Lewycky <nicholas@mxc.ca>
Thu, 26 Feb 2009 08:03:36 +0000 (08:03 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 26 Feb 2009 08:03:36 +0000 (08:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65520 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 82998793654009e84d3f1a7e123115e84bb3164f..a048f941ad170922726cf79e5400754a5074c4be 100644 (file)
@@ -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