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:
authorJeff Johnston <jjohnstn@redhat.com>2009-12-18 00:48:49 +0300
committerJeff Johnston <jjohnstn@redhat.com>2009-12-18 00:48:49 +0300
commitb292054cac7f3b99d02b49987e7d435c6edb90a7 (patch)
tree2cf62d8eb5ddfd03eb6cff1ee618ca61e92aa815
parentf5efef64132801d29f619e1b0d37a3d16f2ce319 (diff)
2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
* mn10300/Makefile.in: Add mkdir call to make installation directory when installing.
-rw-r--r--libgloss/ChangeLog5
-rw-r--r--libgloss/mn10300/Makefile.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index f7f2a2ad3..81d2e5878 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
+
+ * mn10300/Makefile.in: Add mkdir call to make installation
+ directory when installing.
+
2009-12-16 Conny Marco Menebrocker <c-m-m@gmx.de>
* xc16x/Makefile.in: Remove extraneous stuff
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