mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 08:26:29 +00:00
Fix building into a different obj directory
llvm-svn: 8542
This commit is contained in:
parent
ef4f17dc3d
commit
ee0d887088
@ -3,7 +3,7 @@ BYTECODE_LIBRARY=1
|
||||
DONT_BUILD_RELINKED=1
|
||||
LIBRARYNAME=crtend
|
||||
|
||||
Source = $(wildcard *.cpp) $(wildcard *.c) listend.ll
|
||||
Source = $(notdir $(wildcard $(SourceDir)/*.cpp $(SourceDir)/*.c)) listend.ll
|
||||
|
||||
EXPORTED_SYMBOL_FILE = exported_symbol_list.lst
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user