1 --- pciutils-3.5.1.orig/Makefile 2016-05-22 09:57:08.000000000 +0200
2 +++ pciutils-3.5.1/Makefile 2016-09-17 09:12:16.449352397 +0200
3 @@ -19,7 +19,7 @@ ZLIB=
6 # Build libpci as a shared library (yes/no; or local for testing; requires GCC)
10 # Use libkmod to resolve kernel modules on Linux (yes/no, default: detect)
12 @@ -32,7 +32,7 @@ HWDB=
15 # Installation directories
18 SBINDIR=$(PREFIX)/sbin
19 SHAREDIR=$(PREFIX)/share
21 @@ -59,7 +59,7 @@ PCIINC_INS=lib/config.h lib/header.h lib
25 -all: lib/$(PCILIB) lspci setpci example lspci.8 setpci.8 pcilib.7 update-pciids update-pciids.8 $(PCI_IDS)
26 +all: lib/$(PCILIB) lspci setpci lspci.8 setpci.8 pcilib.7 update-pciids update-pciids.8 $(PCI_IDS)
28 lib/$(PCILIB): $(PCIINC) force
30 @@ -125,7 +125,7 @@ endif
34 -install: install-pcilib
38 install-pcilib: lib/$(PCILIB)