Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
didn't work if file didn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 25, 2011
1 parent 71572c3 commit be45b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -420,7 +420,7 @@ $(OBJDIR)/emptymain.d :
zip: druntime.zip

druntime.zip:
rm $@
rm -f $@
zip -u $@ $(MANIFEST) $(DOCS) $(IMPORTS) minit.o

install: druntime.zip
Expand Down

0 comments on commit be45b44

Please sign in to comment.