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-861f7616d084master
parent
fad0231d54
commit
286aea9a79
|
@ -3,7 +3,7 @@
|
|||
all clean: $(SUBDIRS)
|
||||
|
||||
$(SUBDIRS):
|
||||
$(MKDIR_P) $(builddir)/$@
|
||||
-$(MKDIR_P) $(builddir)/$@
|
||||
$(MAKE) -f $(srcdir)/$@/Makefile.raw -C $(builddir)/$@ $(MAKECMDGOALS)
|
||||
|
||||
clean: $(SUBDIRS)
|
||||
|
|
Loading…
Reference in New Issue