mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-21 03:37:47 +00:00
Fix building into a different obj directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3ef3beb1d7
commit
98d58862ac
@ -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…
x
Reference in New Issue
Block a user