OSDN Git Service

2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 18 Dec 2009 06:48:49 +0000 (06:48 +0000)
committerjjohnstn <jjohnstn>
Fri, 18 Dec 2009 06:48:49 +0000 (06:48 +0000)
        * mn10300/Makefile.in: Add mkdir call to make installation
        directory when installing.

libgloss/ChangeLog
libgloss/mn10300/Makefile.in

index f7f2a2a..81d2e58 100644 (file)
@@ -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
index 211a99f..925b2a4 100644 (file)
@@ -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