From ce1d269f3e9b6cae7f174fca75b0f88b5aed3d2c Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 21 Oct 2010 07:41:35 -0300 Subject: [PATCH] boom/dist/dk/Makefile: changed rm -rf to rm -f (reported by Wolfgang Spraul) --- boom/dist/dk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boom/dist/dk/Makefile b/boom/dist/dk/Makefile index 5402180..fa853b9 100644 --- a/boom/dist/dk/Makefile +++ b/boom/dist/dk/Makefile @@ -37,7 +37,7 @@ db/all.dsc: Makefile for n in $(PARTS); do echo "include $$n.dsc"; done >$@ db/%.equ: %.catq - perl ./dk-catq.pl $< >$@ || { rm -rf $@; exit 1; } + perl ./dk-catq.pl $< >$@ || { rm -f $@; exit 1; } db/%.inv: db/%.cache perl ./dk-db.pl inv $< >$@ || { rm -f $@; exit 1; }