Fix building into a different obj directory

llvm-svn: 8542
This commit is contained in:
Chris Lattner 2003-09-15 19:20:11 +00:00
parent cf0c744c42
commit 3e61694d43
1 changed files with 1 additions and 1 deletions

View File

@ -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