unix directory added to 'clean' target
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,11 +89,11 @@ all::
|
|||||||
@if test ! -d motif; then mkdir motif; fi
|
@if test ! -d motif; then mkdir motif; fi
|
||||||
@if test ! -d motif/xmcombo; then mkdir motif/xmcombo; fi
|
@if test ! -d motif/xmcombo; then mkdir motif/xmcombo; fi
|
||||||
@if test ! -d common; then mkdir common; fi
|
@if test ! -d common; then mkdir common; fi
|
||||||
|
@if test ! -d unix; then mkdir unix; fi
|
||||||
@if test ! -d generic; then mkdir generic; fi
|
@if test ! -d generic; then mkdir generic; fi
|
||||||
@if test ! -d png; then mkdir png; fi
|
@if test ! -d png; then mkdir png; fi
|
||||||
@if test ! -d zlib; then mkdir zlib; fi
|
@if test ! -d zlib; then mkdir zlib; fi
|
||||||
@if test ! -d iodbc; then mkdir iodbc; fi
|
@if test ! -d iodbc; then mkdir iodbc; fi
|
||||||
@if test ! -d unix; then mkdir unix; fi
|
|
||||||
|
|
||||||
install::
|
install::
|
||||||
@echo " "
|
@echo " "
|
||||||
@@ -193,6 +193,7 @@ clean::
|
|||||||
$(RM) -rf qt
|
$(RM) -rf qt
|
||||||
$(RM) -rf motif
|
$(RM) -rf motif
|
||||||
$(RM) -rf common
|
$(RM) -rf common
|
||||||
|
$(RM) -rf unix
|
||||||
$(RM) -rf generic
|
$(RM) -rf generic
|
||||||
$(RM) -rf png
|
$(RM) -rf png
|
||||||
$(RM) -rf zlib
|
$(RM) -rf zlib
|
||||||
|
Reference in New Issue
Block a user