summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2013-06-01 18:38:23 -0700
committerTim Rice <tim@multitalents.net>2013-06-01 18:38:23 -0700
commit86211d1738695e63b2a68f0c3a4f60e1a9d9bda3 (patch)
treedddd397e7f548a8cc5a5e84138249b7e0c93b54a /Makefile.in
parente9887d1c37940b9d6c72d55cfad7a40de4c6e28d (diff)
- (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy linking regress/modpipe.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 62bacd6f..438baaca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.337 2013/03/22 17:14:33 tim Exp $
+# $Id: Makefile.in,v 1.338 2013/06/02 01:38:23 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
[ -f `pwd`/regress/Makefile ] || \
ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile
$(CC) $(CPPFLAGS) -o $@ $? \
- $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
+ $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT)
BUILDDIR=`pwd`; \