summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2013-03-07 07:37:13 -0800
committerTim Rice <tim@multitalents.net>2013-03-07 07:37:13 -0800
commit2b6ea47106537cff31c863d05062ac97efe3f132 (patch)
tree8b4aa9596df2862a0f7c455b34eb043c4de5b27f
parent4d1a0fe02916450242a0546fb68aa8261494254d (diff)
- (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days
ago.
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f21ea921..728de6ad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
3 currently using. 3 currently using.
4 - (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it 4 - (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it
5 was removed in configure.ac rev 1.481 as it was redundant. 5 was removed in configure.ac rev 1.481 as it was redundant.
6 - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days
7 ago.
6 8
720130306 920130306
8 - (dtucker) [regress/forward-control.sh] Wait longer for the forwarding 10 - (dtucker) [regress/forward-control.sh] Wait longer for the forwarding
diff --git a/Makefile.in b/Makefile.in
index 38ffbdc3b..d327787b0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.335 2013/03/05 22:23:59 tim Exp $ 1# $Id: Makefile.in,v 1.336 2013/03/07 15:37:13 tim Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -386,7 +386,7 @@ regress/modpipe$(EXEEXT): $(srcdir)/regress/modpipe.c
386 $(CC) $(CPPFLAGS) -o $@ $? \ 386 $(CC) $(CPPFLAGS) -o $@ $? \
387 $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) 387 $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
388 388
389tests interop-tests: $(TARGETS) regress/modpipe 389tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT)
390 BUILDDIR=`pwd`; \ 390 BUILDDIR=`pwd`; \
391 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ 391 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
392 [ -f `pwd`/regress/Makefile ] || \ 392 [ -f `pwd`/regress/Makefile ] || \