From 7a2d8d03d3c21726219d84efddf543cb4feb5bf9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Tue, 28 Dec 2021 15:01:25 +0100 Subject: [PATCH] Makefile: Add compat/getopt.h into PCIINC dependency list --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 18d0288..256e8ea 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,7 @@ lib/config.h lib/config.mk: COMMON=common.o ifeq ($(COMPAT_GETOPT),yes) +PCIINC+=compat/getopt.h COMMON+=compat/getopt.o endif -- 2.39.2