aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/GCCLibraries
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-15 19:22:36 +0000
committerChris Lattner <sabre@nondot.org>2003-09-15 19:22:36 +0000
commitaf229bb6693d558651c88cd886eccf46a966977c (patch)
tree69bacc7511dce78934067c6e23a7e27700952d03 /runtime/GCCLibraries
parent98d58862ac258d4702f0b24aa2bd3703b1bb603e (diff)
downloadexternal_llvm-af229bb6693d558651c88cd886eccf46a966977c.zip
external_llvm-af229bb6693d558651c88cd886eccf46a966977c.tar.gz
external_llvm-af229bb6693d558651c88cd886eccf46a966977c.tar.bz2
Fix building outside the srcdir, again
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8543 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries')
-rw-r--r--runtime/GCCLibraries/crtend/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/GCCLibraries/crtend/Makefile b/runtime/GCCLibraries/crtend/Makefile
index 7af574c..33a622d 100644
--- a/runtime/GCCLibraries/crtend/Makefile
+++ b/runtime/GCCLibraries/crtend/Makefile
@@ -5,7 +5,7 @@ LIBRARYNAME=crtend
Source = $(notdir $(wildcard $(SourceDir)/*.cpp $(SourceDir)/*.c)) listend.ll
-EXPORTED_SYMBOL_FILE = exported_symbol_list.lst
+EXPORTED_SYMBOL_FILE = $(SourceDir)/exported_symbol_list.lst
include $(LEVEL)/Makefile.common