From e441f417bbd3c9f223668bfb0720cda739860811 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 2 Jan 2001 15:56:33 +0000 Subject: remove file if perl script execution failed --- mdk-stage1/pci-resource/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/pci-resource/Makefile') diff --git a/mdk-stage1/pci-resource/Makefile b/mdk-stage1/pci-resource/Makefile index 56824595a..8627ab03c 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 > $@ + perl update-pci-ids.pl > $@ || rm -f $@ clean: rm -f pci-ids.h -- cgit v1.2.1