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