diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-11 20:55:23 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-11 20:55:23 +0000 |
commit | 63c8cc6dcda4992f1c098f7540e469fdaaa7da46 (patch) | |
tree | 0bc3f12dfa6cf01305de148e881d94f2204a2631 /runtime | |
parent | c760d647c62125e6122afd92b6142ae1c42f95eb (diff) | |
download | external_llvm-63c8cc6dcda4992f1c098f7540e469fdaaa7da46.zip external_llvm-63c8cc6dcda4992f1c098f7540e469fdaaa7da46.tar.gz external_llvm-63c8cc6dcda4992f1c098f7540e469fdaaa7da46.tar.bz2 |
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
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/GCCLibraries/crtend/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/crtend/Makefile b/runtime/GCCLibraries/crtend/Makefile index 23a1b79..7c61879 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 |