From b0f787b35bcf3d9a909ab280e6507b35d153b95f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 25 Jan 2002 12:25:00 +0000 Subject: ensure errors propagate --- mdk-stage1/pci-resource/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/pci-resource') diff --git a/mdk-stage1/pci-resource/Makefile b/mdk-stage1/pci-resource/Makefile index 8627ab03c..4e1e8e3dc 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 $@ + perl update-pci-ids.pl > $@ || rm -f $@ && exit 1 clean: rm -f pci-ids.h -- cgit v1.2.1