From ff8bda8f05e85b1196ec3a135d9970c475bcdcdb Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Tue, 5 Mar 2013 14:23:58 -0800 Subject: - (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov. --- ChangeLog | 1 + Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3340b6e5..36a52deb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure build breakage on (at least) HP-UX 11.11. Found by Amit Kulkarni and Kevin Brott. + - (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov. 20130227 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] diff --git a/Makefile.in b/Makefile.in index 45509658f..38ffbdc3b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.334 2013/03/05 10:50:09 dtucker Exp $ +# $Id: Makefile.in,v 1.335 2013/03/05 22:23:59 tim Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -381,7 +381,7 @@ uninstall: -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 -regress/modpipe: $(srcdir)/regress/modpipe.c +regress/modpipe$(EXEEXT): $(srcdir)/regress/modpipe.c [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ $(CC) $(CPPFLAGS) -o $@ $? \ $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) -- cgit v1.2.3