Do not abort if mkdir complains about already existing directories.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5323 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2008-06-24 22:53:30 +00:00
parent fad0231d54
commit 286aea9a79
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
all clean: $(SUBDIRS)
$(SUBDIRS):
$(MKDIR_P) $(builddir)/$@
-$(MKDIR_P) $(builddir)/$@
$(MAKE) -f $(srcdir)/$@/Makefile.raw -C $(builddir)/$@ $(MAKECMDGOALS)
clean: $(SUBDIRS)