projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d5886
)
Fix building outside the srcdir, again
author
Chris Lattner
<sabre@nondot.org>
Mon, 15 Sep 2003 19:22:36 +0000
(19:22 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 15 Sep 2003 19:22:36 +0000
(19:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8543
91177308
-0d34-0410-b5e6-
96231b3b80d8
runtime/GCCLibraries/crtend/Makefile
patch
|
blob
|
history
diff --git
a/runtime/GCCLibraries/crtend/Makefile
b/runtime/GCCLibraries/crtend/Makefile
index 7af574c75e18b013fcdbb6cdf74960fd1ae21434..33a622d978e03db1286a94cf3ea1f67973ce73b4 100644
(file)
--- a/
runtime/GCCLibraries/crtend/Makefile
+++ b/
runtime/GCCLibraries/crtend/Makefile
@@
-5,7
+5,7
@@
LIBRARYNAME=crtend
Source = $(notdir $(wildcard $(SourceDir)/*.cpp $(SourceDir)/*.c)) listend.ll
-EXPORTED_SYMBOL_FILE = exported_symbol_list.lst
+EXPORTED_SYMBOL_FILE =
$(SourceDir)/
exported_symbol_list.lst
include $(LEVEL)/Makefile.common