summaryrefslogtreecommitdiffstats
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 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 ] || \