summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 $@