create unix subdir if doesn't exist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
839eb2915d
commit
7c26969c48
@ -93,6 +93,7 @@ all::
|
||||
@if test ! -d png; then mkdir png; fi
|
||||
@if test ! -d zlib; then mkdir zlib; fi
|
||||
@if test ! -d iodbc; then mkdir iodbc; fi
|
||||
@if test ! -d unix; then mkdir unix; fi
|
||||
|
||||
install::
|
||||
@echo " "
|
||||
|
Loading…
Reference in New Issue
Block a user