1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Fix building outside the srcdir, again

llvm-svn: 8543
This commit is contained in:
Chris Lattner 2003-09-15 19:22:36 +00:00
parent ee0d887088
commit d29fa02415

View 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