]> sourceware.org Git - newlib-cygwin.git/commitdiff
Rename stub app to eva_stub.elf and add it to install list.
authorMark Salter <msalter@redhat.com>
Tue, 15 Jan 2002 13:36:54 +0000 (13:36 +0000)
committerMark Salter <msalter@redhat.com>
Tue, 15 Jan 2002 13:36:54 +0000 (13:36 +0000)
libgloss/xstormy16/Makefile.in

index 12b551e6aafbe3e403b69ea3bde5e015b827442f..827a6f2f846f8035f2e1e1ee84c669e0ce6878d2 100644 (file)
@@ -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\
This page took 0.031304 seconds and 5 git commands to generate.