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:
c760d64
)
Make sure libcrtend.a gets installed when you make install-bytecode.
author
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 11 Mar 2004 20:55:23 +0000
(20:55 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 11 Mar 2004 20:55:23 +0000
(20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12292
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 23a1b790bc6886d28cf779be1644b398f07c5e1e..7c61879f0d431be262455637775ea5cab50edd24 100644
(file)
--- a/
runtime/GCCLibraries/crtend/Makefile
+++ b/
runtime/GCCLibraries/crtend/Makefile
@@
-35,6
+35,7
@@
$(DESTDIR)$(bytecode_libdir)/libcrtend.a: $(CRTEND_A) $(DESTDIR)$(bytecode_libdi
cp $< $@
install:: $(DESTDIR)$(bytecode_libdir)/libcrtend.a
+install-bytecode:: $(DESTDIR)$(bytecode_libdir)/libcrtend.a
# The four components described in the README