diff options
-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 23a1b790bc..7c61879f0d 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 |