summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-30 10:35:48 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-30 10:35:48 +0000
commit38c0b46999add5026d4e9b5ef422600b4e3512eb (patch)
treebe48aeb396ddf21360bb61f234c4376a28b4821e /Makefile
parentd0e77334e61e90d50c21ce8d1d2405b45d7c5193 (diff)
downloadldetect-38c0b46999add5026d4e9b5ef422600b4e3512eb.tar
ldetect-38c0b46999add5026d4e9b5ef422600b4e3512eb.tar.gz
ldetect-38c0b46999add5026d4e9b5ef422600b4e3512eb.tar.bz2
ldetect-38c0b46999add5026d4e9b5ef422600b4e3512eb.tar.xz
ldetect-38c0b46999add5026d4e9b5ef422600b4e3512eb.zip
fix build on FC: generate PCI classes info using ids from pcutils header
instead of deprecated kernel header (Andrey Bondrov)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85469bc..8e536a5 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ libldetect.a: $(lib_objs)
ar -cru $@ $^
ranlib $@
-pciclass.c: /usr/include/linux/pci.h /usr/include/linux/pci_ids.h
+pciclass.c: /usr/include/pci/pci.h /usr/include/pci/header.h
rm -f $@
perl generate_pciclass.pl $^ > $@
chmod a-w $@