Fix building outside the srcdir, again
authorChris Lattner <sabre@nondot.org>
Mon, 15 Sep 2003 19:22:36 +0000 (19:22 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Sep 2003 19:22:36 +0000 (19:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8543 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/crtend/Makefile

index 7af574c75e18b013fcdbb6cdf74960fd1ae21434..33a622d978e03db1286a94cf3ea1f67973ce73b4 100644 (file)
@@ -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