diff options
author | Tim Rice <tim@multitalents.net> | 2015-02-25 18:56:48 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2015-02-25 18:56:48 +0100 |
commit | e6b950341dd75baa8526f1862bca39e52f5b879b (patch) | |
tree | 22e6a42740919f8fc51952489dfabc3e273ea5e9 /Makefile.in | |
parent | upstream commit (diff) | |
download | openssh-e6b950341dd75baa8526f1862bca39e52f5b879b.tar.xz openssh-e6b950341dd75baa8526f1862bca39e52f5b879b.zip |
Revert "Work around finicky USL linker so netcat will build."
This reverts commit d1db656021d0cd8c001a6692f772f1de29b67c8b.
No longer needed with commit 678e473e2af2e4802f24dd913985864d9ead7fb3
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 3bd4adc01..40cc7aae1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -460,7 +460,7 @@ regress/setuid-allowed$(EXEEXT): $(srcdir)/regress/setuid-allowed.c regress/netcat$(EXEEXT): $(srcdir)/regress/netcat.c $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $? \ - $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lssh $(LIBS) + $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) UNITTESTS_TEST_HELPER_OBJS=\ regress/unittests/test_helper/test_helper.o \ |