mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* 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.
This commit is contained in:
parent
9227b5eb3d
commit
a05391975e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user