1
0
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:
Brian Gaeke 2004-03-11 20:55:23 +00:00
parent ede938b425
commit 74b256ee41

View File

@ -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