diff --git a/bundle/Makefile.am b/bundle/Makefile.am index 105fec7aff..f6a07544e2 100644 --- a/bundle/Makefile.am +++ b/bundle/Makefile.am @@ -7,7 +7,7 @@ endif del-dlls: if WINDOWS - rm ../*.dll + rm -f ../*.dll endif clean-local: del-dlls