Add -f to prevent make macosx.dmg from failing the first time

slava 2006-07-28 05:21:54 +00:00
parent 32cc5849ba
commit 08e81025be
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ macosx.app:
Factor.app/Contents/MacOS/Factor
macosx.dmg:
rm $(DISK_IMAGE)
rm -f $(DISK_IMAGE)
rm -rf $(DISK_IMAGE_DIR)
mkdir $(DISK_IMAGE_DIR)
cp -R $(BUNDLE) $(DISK_IMAGE_DIR)/$(BUNDLE)