2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
* mn10300/Makefile.in: Add mkdir call to make installation directory when installing.
This commit is contained in:
parent
f5efef6413
commit
b292054cac
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue