From 41fb1357cee00bccaa63cfe86e086fe63b7cc99c Mon Sep 17 00:00:00 2001
From: Donald Buczek <buczek@molgen.mpg.de>
Date: Tue, 25 May 2021 08:55:37 +0200
Subject: [PATCH] Makefile: Remove unneeded dependencies

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 08ca231..76528ff 100644
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,8 @@ libnss_mxshadow.so.2: libnss_mxshadow.c get_shadow_line.c common.h
 test_server: test_server.c get_shadow_line.c common.h
 	gcc $(CFLAGS) -o test_server test_server.c -l:libssl.a -l:libcrypto.a -lpthread -ldl
 
-test_query_shadow: test_query_shadow.c get_shadow_line.c common.h
-	gcc $(CFLAGS) -o test_query_shadow test_query_shadow.c -l:libssl.a -l:libcrypto.a -lpthread -ldl
+test_query_shadow: test_query_shadow.c
+	gcc $(CFLAGS) -o test_query_shadow test_query_shadow.c
 
 mxshadowsrv: mxshadowsrv.c common.h
 	gcc $(CFLAGS) -o mxshadowsrv mxshadowsrv.c -l:libssl.a -l:libcrypto.a -lpthread -ldl