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; }