1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-22 10:31:54 +02:00

boom/dist/dk/Makefile: changed rm -rf to rm -f (reported by Wolfgang Spraul)

This commit is contained in:
Werner Almesberger 2010-10-21 07:41:35 -03:00
parent 8bf21d867a
commit ce1d269f3e

View File

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