]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Makefile: Add compat/getopt.h into PCIINC dependency list
authorPali Rohár <pali@kernel.org>
Tue, 28 Dec 2021 14:01:25 +0000 (15:01 +0100)
committerMartin Mareš <mj@ucw.cz>
Tue, 28 Dec 2021 14:32:15 +0000 (15:32 +0100)
Makefile

index 18d02881b2187d6168259adce82a07c339484159..256e8ea9caaea5e32abfde0871d0b4e4ccb03969 100644 (file)
--- 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