2006-11-17 Jeff Johnston <jjohnstn@redhat.com>
* mn10300/Makefile.in: Add spaces after do in "for" loop.
This commit is contained in:
parent
0b66ef4c9d
commit
634f2d7fa7
|
@ -1,3 +1,7 @@
|
||||||
|
2006-11-17 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* mn10300/Makefile.in: Add spaces after do in "for" loop.
|
||||||
|
|
||||||
2006-11-08 Jie Zhang <jie.zhang@analog.com>
|
2006-11-08 Jie Zhang <jie.zhang@analog.com>
|
||||||
|
|
||||||
* bfin/configure.in: New.
|
* bfin/configure.in: New.
|
||||||
|
|
|
@ -128,13 +128,13 @@ distclean maintainer-clean realclean: clean
|
||||||
|
|
||||||
.PHONY: install info install-info clean-info
|
.PHONY: install info install-info clean-info
|
||||||
install:
|
install:
|
||||||
@for crt in ${CRT0}; do\
|
@for crt in ${CRT0}; do \
|
||||||
$(INSTALL_PROGRAM) $${crt} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${crt}; \
|
$(INSTALL_PROGRAM) $${crt} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${crt}; \
|
||||||
done
|
done
|
||||||
@for bsp in ${BSP}; do\
|
@for bsp in ${BSP}; do \
|
||||||
$(INSTALL_PROGRAM) $${bsp} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
|
$(INSTALL_PROGRAM) $${bsp} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
|
||||||
done
|
done
|
||||||
@for script in ${SCRIPTS}; do\
|
@for script in ${SCRIPTS}; do \
|
||||||
$(INSTALL_DATA) ${srcdir}/$${script}.ld $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${script}.ld; \
|
$(INSTALL_DATA) ${srcdir}/$${script}.ld $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${script}.ld; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue