mirror of git://anongit.mindrot.org/openssh.git
- (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days
ago.
This commit is contained in:
parent
4d1a0fe029
commit
2b6ea47106
|
@ -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
|
||||
|
|
|
@ -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 ] || \
|
||||
|
|
Loading…
Reference in New Issue