Make sure libcrtend.a gets installed when you make install-bytecode.
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 11 Mar 2004 20:55:23 +0000 (20:55 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 11 Mar 2004 20:55:23 +0000 (20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12292 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/crtend/Makefile

index 23a1b790bc6886d28cf779be1644b398f07c5e1e..7c61879f0d431be262455637775ea5cab50edd24 100644 (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