summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pci-resource/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-25 12:30:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-25 12:30:46 +0000
commita67bf0fd67dd79632957a80e3d385c2ea20c9772 (patch)
treebcf60035b6ac109adef4211e04bc67c0d28c768a /mdk-stage1/pci-resource/Makefile
parentb0f787b35bcf3d9a909ab280e6507b35d153b95f (diff)
downloaddrakx-a67bf0fd67dd79632957a80e3d385c2ea20c9772.tar
drakx-a67bf0fd67dd79632957a80e3d385c2ea20c9772.tar.gz
drakx-a67bf0fd67dd79632957a80e3d385c2ea20c9772.tar.bz2
drakx-a67bf0fd67dd79632957a80e3d385c2ea20c9772.tar.xz
drakx-a67bf0fd67dd79632957a80e3d385c2ea20c9772.zip
silly shell
Diffstat (limited to 'mdk-stage1/pci-resource/Makefile')
-rw-r--r--mdk-stage1/pci-resource/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/pci-resource/Makefile b/mdk-stage1/pci-resource/Makefile
index 4e1e8e3dc..046ab29dd 100644
--- a/mdk-stage1/pci-resource/Makefile
+++ b/mdk-stage1/pci-resource/Makefile
@@ -19,7 +19,7 @@
all: pci-ids.h
pci-ids.h: /usr/share/ldetect-lst/pcitable update-pci-ids.pl
- perl update-pci-ids.pl > $@ || rm -f $@ && exit 1
+ perl update-pci-ids.pl > $@ || { rm -f $@; exit 1; }
clean:
rm -f pci-ids.h