From: Frank Ch. Eigler Date: Tue, 7 Mar 2000 15:32:49 +0000 (+0000) Subject: * build fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a05391975eb6083cd3b30bcf0b7d2347692d4f57;p=binutils-gdb.git * build fix 2000-03-07 Frank Ch. Eigler From John Dallaway : * Makefile.in (install-sis): Add $(EXEEXT) for Windows host. --- diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 51934913c5a..14ea3a80390 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,8 @@ +2000-03-07 Frank Ch. Eigler + + From John Dallaway : + * Makefile.in (install-sis): Add $(EXEEXT) for Windows host. + 2000-03-03 Jonathan Larmour * func.c (buffer_read_memory): Change type of size to unsigned to diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 260641aa8fe..845815a174e 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -53,7 +53,7 @@ end.h: end # Copy the files into directories where they will be run. install-sis: installdirs n=`echo sis | sed '$(program_transform_name)'`; \ - $(INSTALL_PROGRAM) sis $(bindir)/$$n + $(INSTALL_PROGRAM) sis$(EXEEXT) $(bindir)/$$n$(EXEEXT) clean-sis: rm -f sis end end.h