Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mn10300/Makefile.in')
-rw-r--r--libgloss/mn10300/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/mn10300/Makefile.in b/libgloss/mn10300/Makefile.in
index 211a99fc1..925b2a47d 100644
--- a/libgloss/mn10300/Makefile.in
+++ b/libgloss/mn10300/Makefile.in
@@ -128,6 +128,7 @@ distclean maintainer-clean realclean: clean
.PHONY: install info install-info clean-info
install:
+ mkdir -p $(DESTDIR)$(tooldir)/lib${MULTISUBDIR};
@for crt in ${CRT0}; do \
$(INSTALL_PROGRAM) $${crt} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${crt}; \
done