From: Pali Rohár Date: Tue, 28 Dec 2021 14:01:25 +0000 (+0100) Subject: Makefile: Add compat/getopt.h into PCIINC dependency list X-Git-Tag: v3.8.0~72 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7a2d8d03d3c21726219d84efddf543cb4feb5bf9;p=pciutils.git Makefile: Add compat/getopt.h into PCIINC dependency list --- 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