From 5e6aead918140299fd5b12c74dd4c728732ab47d Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 8 May 2023 12:20:35 +0200 Subject: Makefile.in: Build libpcap before the testprogs --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1