* 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 51934913c5aec639579a61b1495715a28b12dd1e..14ea3a80390c8ca91450ac8f16c1f1aeceaa8fb0 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 260641aa8fee2e86e0fc3f6d1d6e097448517ea2..845815a174ede3345fb519ecf8f8d80bbbe26147 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
This page took 0.029342 seconds and 4 git commands to generate.