From: Brian Gaeke Date: Thu, 11 Mar 2004 20:55:23 +0000 (+0000) Subject: Make sure libcrtend.a gets installed when you make install-bytecode. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=63c8cc6dcda4992f1c098f7540e469fdaaa7da46;p=oota-llvm.git Make sure libcrtend.a gets installed when you make install-bytecode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12292 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/GCCLibraries/crtend/Makefile b/runtime/GCCLibraries/crtend/Makefile index 23a1b790bc6..7c61879f0d4 100644 --- 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