aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2000-03-07 15:32:49 +0000
committerFrank Ch. Eigler <fche@redhat.com>2000-03-07 15:32:49 +0000
commita05391975eb6083cd3b30bcf0b7d2347692d4f57 (patch)
tree143102c3208ff52fa036dcfdde6201d0781b2763 /sim/erc32
parent9227b5eb3d7250fbab15403782b3187f2b9e937c (diff)
downloadgdb-a05391975eb6083cd3b30bcf0b7d2347692d4f57.zip
gdb-a05391975eb6083cd3b30bcf0b7d2347692d4f57.tar.gz
gdb-a05391975eb6083cd3b30bcf0b7d2347692d4f57.tar.bz2
* build fix
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.
Diffstat (limited to 'sim/erc32')
-rw-r--r--sim/erc32/ChangeLog5
-rw-r--r--sim/erc32/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog
index 5193491..14ea3a8 100644
--- a/sim/erc32/ChangeLog
+++ b/sim/erc32/ChangeLog
@@ -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
diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in
index 260641a..845815a 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