From c953a8853f79a199290099c13deb88fe227c44d8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 26 Feb 2009 18:38:40 +0000 Subject: [PATCH] no really, use the right path. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65554 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 11d295ceb67..2d5aedf40fc 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 -- 2.11.0