diff options
author | Mark Salter <msalter@redhat.com> | 2002-01-15 13:36:54 +0000 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2002-01-15 13:36:54 +0000 |
commit | f2314e38c239291e6062fb7b56df9bcbd44ee12c (patch) | |
tree | e5a4644cd380c2a965a47f7dccf5400ad9f159c9 /libgloss | |
parent | 7041c7aba091e6f0778e126f2b8ad9249ee1162f (diff) | |
download | newlib-f2314e38c239291e6062fb7b56df9bcbd44ee12c.zip newlib-f2314e38c239291e6062fb7b56df9bcbd44ee12c.tar.gz newlib-f2314e38c239291e6062fb7b56df9bcbd44ee12c.tar.bz2 |
Rename stub app to eva_stub.elf and add it to install list.
Diffstat (limited to 'libgloss')
-rw-r--r-- | libgloss/xstormy16/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/xstormy16/Makefile.in b/libgloss/xstormy16/Makefile.in index 12b551e..827a6f2 100644 --- a/libgloss/xstormy16/Makefile.in +++ b/libgloss/xstormy16/Makefile.in @@ -58,7 +58,7 @@ EVA_APP_SCRIPTS = eva_app.ld # Stub stuff EVA_STUB_HEX = eva_stub.hex -EVA_STUB = eva_stub +EVA_STUB = eva_stub.elf EVA_STUB_OBJS = xstormy16_stub.o crt0_stub.o # Host specific makefile fragment comes in here. @@ -110,7 +110,7 @@ distclean maintainer-clean realclean: clean .PHONY: install info install-info clean-info install: - set -e; for x in ${SIM_BSP} ${CRT} ${EVA_APP_BSP} ${EVA_STUB_HEX}; do\ + set -e; for x in ${SIM_BSP} ${CRT} ${EVA_APP_BSP} ${EVA_STUB_HEX} ${EVA_STUB} ; do\ ${INSTALL_DATA} $$x ${tooldir}/lib${MULTISUBDIR}/$$x; \ done @for script in ${SCRIPTS} ${SIM_SCRIPTS} ${EVA_APP_SCRIPTS}; do\ |