* build fix
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 7 Mar 2000 15:32:49 +0000 (15:32 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 7 Mar 2000 15:32:49 +0000 (15:32 +0000)
2000-03-07  Frank Ch. Eigler  <fche@redhat.com>

From John Dallaway  <jld@redhat.co.uk>:
* Makefile.in (install-sis): Add $(EXEEXT) for Windows host.

sim/erc32/ChangeLog
sim/erc32/Makefile.in

index 5193491..14ea3a8 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-07  Frank Ch. Eigler  <fche@redhat.com>
+
+       From John Dallaway  <jld@redhat.co.uk>:
+       * Makefile.in (install-sis): Add $(EXEEXT) for Windows host.
+
 2000-03-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
 
        * func.c (buffer_read_memory): Change type of size to unsigned to
index 260641a..845815a 100644 (file)
@@ -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