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>2013-09-30 22:44:25 +0400
committerJeff Johnston <jjohnstn@redhat.com>2013-09-30 22:44:25 +0400
commit05a8ad9f727dcf74c06863a19167c5593a8580a2 (patch)
tree83f447ac3094825fab1fde09e99814b46f905b0e /libgloss/mips
parent1dafbdd853fda8a51083c5c3b4c8f6013ea69c65 (diff)
2013-09-30 Steve Ellcey <sellcey@mips.com>
* mips/Makefile.in (install): Add mkdir, fix install command.
Diffstat (limited to 'libgloss/mips')
-rw-r--r--libgloss/mips/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgloss/mips/Makefile.in b/libgloss/mips/Makefile.in
index 2042e48ec..d96478d93 100644
--- a/libgloss/mips/Makefile.in
+++ b/libgloss/mips/Makefile.in
@@ -201,8 +201,9 @@ distclean maintainer-clean realclean: clean
.PHONY: install info install-info clean-info
install:
+ mkdir -p $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}
@for file in $(CRT0) $(PCRT0) $(BSP); do \
- $(INSTALL_DATA) $${file} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
+ $(INSTALL_DATA) $${file} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${file}; \
done
@for script in ${SCRIPTS}; do\
$(INSTALL_DATA) ${srcdir}/$${script}.ld $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${script}.ld; \