From 63c8cc6dcda4992f1c098f7540e469fdaaa7da46 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 11 Mar 2004 20:55:23 +0000 Subject: [PATCH] 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 --- runtime/GCCLibraries/crtend/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0