aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-15 19:20:11 +0000
committerChris Lattner <sabre@nondot.org>2003-09-15 19:20:11 +0000
commit98d58862ac258d4702f0b24aa2bd3703b1bb603e (patch)
treeb8af41707866ddb1a8d551a331b436cc8de7c2bf /runtime
parent3ef3beb1d79f8f05fa55dac2c2f58822bad5e348 (diff)
downloadexternal_llvm-98d58862ac258d4702f0b24aa2bd3703b1bb603e.zip
external_llvm-98d58862ac258d4702f0b24aa2bd3703b1bb603e.tar.gz
external_llvm-98d58862ac258d4702f0b24aa2bd3703b1bb603e.tar.bz2
Fix building into a different obj directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/GCCLibraries/crtend/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/GCCLibraries/crtend/Makefile b/runtime/GCCLibraries/crtend/Makefile
index f542f53..7af574c 100644
--- a/runtime/GCCLibraries/crtend/Makefile
+++ b/runtime/GCCLibraries/crtend/Makefile
@@ -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