mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Make sure libcrtend.a gets installed when you make install-bytecode.
llvm-svn: 12292
This commit is contained in:
parent
ede938b425
commit
74b256ee41
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user