no really, use the right path.
authorChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2009 18:38:40 +0000 (18:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2009 18:38:40 +0000 (18:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65554 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 11d295ceb673775967a46d291f59827c311f25c1..2d5aedf40fcef55d881ebc9c512e1cdcbd1e90d0 100644 (file)
@@ -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