summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-05-08 12:20:35 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-05-08 12:20:35 +0200
commit5e6aead918140299fd5b12c74dd4c728732ab47d (patch)
treefc539fbc8edfa9d57f477994f8f901b0454187ee
parentc7f7036094bf9c48fdfa803085857a35753e938f (diff)
downloadlibpcap-5e6aead918140299fd5b12c74dd4c728732ab47d.tar.gz
Makefile.in: Build libpcap before the testprogs
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ddc01049..480c97ed 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -594,7 +594,7 @@ build-rpcapd: libpcap.a
#
# Test programs - not built by default, and not installed.
#
-testprogs: FORCE
+testprogs: FORCE libpcap.a
(cd testprogs; $(MAKE))
FORCE: