diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-25 11:41:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-25 11:41:51 +0000 |
commit | 739b340379d88153048aa87e85dd3e0d32a6ee99 (patch) | |
tree | f83bc7f2c66af8879c038fca846ac6537c86eda5 /mdk-stage1 | |
parent | da0b88e010daefea848db64d860947109d8bde1d (diff) | |
download | drakx-739b340379d88153048aa87e85dd3e0d32a6ee99.tar drakx-739b340379d88153048aa87e85dd3e0d32a6ee99.tar.gz drakx-739b340379d88153048aa87e85dd3e0d32a6ee99.tar.bz2 drakx-739b340379d88153048aa87e85dd3e0d32a6ee99.tar.xz drakx-739b340379d88153048aa87e85dd3e0d32a6ee99.zip |
ldetect-lst tables are now compressed
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/pci-resource/Makefile | 2 | ||||
-rw-r--r-- | mdk-stage1/usb-resource/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/pci-resource/Makefile b/mdk-stage1/pci-resource/Makefile index 955c92f5e..fadeee162 100644 --- a/mdk-stage1/pci-resource/Makefile +++ b/mdk-stage1/pci-resource/Makefile @@ -18,7 +18,7 @@ all: pci-ids.h -pci-ids.h: /usr/share/ldetect-lst/pcitable update-pci-ids.pl +pci-ids.h: /usr/share/ldetect-lst/pcitable.gz update-pci-ids.pl perl update-pci-ids.pl > $@ || { rm -f $@; exit 1; } clean: diff --git a/mdk-stage1/usb-resource/Makefile b/mdk-stage1/usb-resource/Makefile index a5bd19cff..5b6806b84 100644 --- a/mdk-stage1/usb-resource/Makefile +++ b/mdk-stage1/usb-resource/Makefile @@ -18,7 +18,7 @@ all: usb-ids.h -usb-ids.h: /usr/share/ldetect-lst/usbtable update-usb-ids.pl +usb-ids.h: /usr/share/ldetect-lst/usbtable.gz update-usb-ids.pl perl update-usb-ids.pl > $@ || rm -f $@ clean: |