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:
@@ -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
|
||||
|
Reference in New Issue
Block a user