diff options
author | Francois Pons <fpons@mandriva.com> | 2000-12-18 13:54:15 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-12-18 13:54:15 +0000 |
commit | ae498bffc0dd4235ed9e34c76b7239f24ec7ba85 (patch) | |
tree | 4c12f9a8acbe535442957954c9709d6b8be7b86b /mdk-stage1 | |
parent | 42f597e5e8f79517673c50250de11215e202fd6f (diff) | |
download | drakx-ae498bffc0dd4235ed9e34c76b7239f24ec7ba85.tar drakx-ae498bffc0dd4235ed9e34c76b7239f24ec7ba85.tar.gz drakx-ae498bffc0dd4235ed9e34c76b7239f24ec7ba85.tar.bz2 drakx-ae498bffc0dd4235ed9e34c76b7239f24ec7ba85.tar.xz drakx-ae498bffc0dd4235ed9e34c76b7239f24ec7ba85.zip |
use of ldetect-lst instead of obsoleted ../../perl-install/pci_probing/pcitable
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/pci-resource/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mdk-stage1/pci-resource/Makefile b/mdk-stage1/pci-resource/Makefile index 84d335c91..56824595a 100644 --- a/mdk-stage1/pci-resource/Makefile +++ b/mdk-stage1/pci-resource/Makefile @@ -18,8 +18,7 @@ all: pci-ids.h -pci-ids.h: ../../perl-install/pci_probing/pcitable update-pci-ids.pl - make -C ../../perl-install/pci_probing +pci-ids.h: /usr/share/ldetect-lst/pcitable update-pci-ids.pl perl update-pci-ids.pl > $@ clean: |