aboutsummaryrefslogtreecommitdiff
path: root/libgloss/mn10300
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-12-17 21:48:49 +0000
committerJeff Johnston <jjohnstn@redhat.com>2009-12-17 21:48:49 +0000
commitb292054cac7f3b99d02b49987e7d435c6edb90a7 (patch)
tree2cf62d8eb5ddfd03eb6cff1ee618ca61e92aa815 /libgloss/mn10300
parentf5efef64132801d29f619e1b0d37a3d16f2ce319 (diff)
downloadnewlib-b292054cac7f3b99d02b49987e7d435c6edb90a7.zip
newlib-b292054cac7f3b99d02b49987e7d435c6edb90a7.tar.gz
newlib-b292054cac7f3b99d02b49987e7d435c6edb90a7.tar.bz2
2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
* mn10300/Makefile.in: Add mkdir call to make installation directory when installing.
Diffstat (limited to 'libgloss/mn10300')
-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 211a99f..925b2a4 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