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:
parent
ee0d887088
commit
d29fa02415
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user