mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
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
This commit is contained in:
parent
c760d647c6
commit
63c8cc6dcd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user