summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-26 18:38:40 +0000
committerChris Lattner <sabre@nondot.org>2009-02-26 18:38:40 +0000
commitc953a8853f79a199290099c13deb88fe227c44d8 (patch)
treee4ce46e4fac8cf8fcd01fed4a1860fb969ff89a4
parent065d7a61e2a10c5e729bc0f1b50b68ed85827c48 (diff)
downloadllvm-c953a8853f79a199290099c13deb88fe227c44d8.tar.gz
llvm-c953a8853f79a199290099c13deb88fe227c44d8.tar.bz2
llvm-c953a8853f79a199290099c13deb88fe227c44d8.tar.xz
no really, use the right path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65554 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 11d295ceb6..2d5aedf40f 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1079,7 +1079,7 @@ LD.Flags += -Wl,-exported_symbol -Wl,_main
endif
ifeq ($(OS), $(filter $(OS), Linux NetBSD FreeBSD))
-LD.Flags += -Wl,--version-script=$(LLVM_SRC_ROOT)/ExportMap.map
+LD.Flags += -Wl,--version-script=$(LLVM_SRC_ROOT)/autoconf/ExportMap.map
endif
endif