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:
Jeff Johnston
2009-12-17 21:48:49 +00:00
parent f5efef6413
commit b292054cac
2 changed files with 6 additions and 0 deletions

View 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