From 2b6ea47106537cff31c863d05062ac97efe3f132 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Thu, 7 Mar 2013 07:37:13 -0800 Subject: - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days ago. --- ChangeLog | 2 ++ Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f21ea92..728de6ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ currently using. - (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it was removed in configure.ac rev 1.481 as it was redundant. + - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days + ago. 20130306 - (dtucker) [regress/forward-control.sh] Wait longer for the forwarding diff --git a/Makefile.in b/Makefile.in index 38ffbdc3..d327787b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.335 2013/03/05 22:23:59 tim Exp $ +# $Id: Makefile.in,v 1.336 2013/03/07 15:37:13 tim Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -386,7 +386,7 @@ regress/modpipe$(EXEEXT): $(srcdir)/regress/modpipe.c $(CC) $(CPPFLAGS) -o $@ $? \ $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) -tests interop-tests: $(TARGETS) regress/modpipe +tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT) BUILDDIR=`pwd`; \ [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ [ -f `pwd`/regress/Makefile ] || \ -- cgit v1.2.3