diff options
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: |