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:
e1cc79f
)
add missing dependency
author
Chris Lattner
<sabre@nondot.org>
Sun, 30 Nov 2003 09:22:42 +0000
(09:22 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 30 Nov 2003 09:22:42 +0000
(09:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10271
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 0984760cba415cfb3736102f7e7aa6a83591e94a..e4e9b376995161abaf1017373f4c8551059ce3e1 100644
(file)
--- a/
runtime/GCCLibraries/crtend/Makefile
+++ b/
runtime/GCCLibraries/crtend/Makefile
@@
-43,7
+43,7
@@
ComponentLibs := $(Components:%=$(BUILD_OBJ_DIR)/BytecodeObj/comp_%.bc)
# We build libcrtend.a from the four components described in the README.
-$(CRTEND_A) : $(ComponentLibs)
+$(CRTEND_A) : $(ComponentLibs)
$(DESTLIBBYTECODE)/.dir
@echo Building final libcrtend.a file from components
$(VERB) $(AR) $@ $(ComponentLibs)