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:
Chris Lattner 2003-09-15 19:20:11 +00:00
parent 3ef3beb1d7
commit 98d58862ac

View File

@ -3,7 +3,7 @@ BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1
LIBRARYNAME=crtend 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 EXPORTED_SYMBOL_FILE = exported_symbol_list.lst