From: Vadim Zeitlin Date: Mon, 22 Mar 1999 12:28:50 +0000 (+0000) Subject: unix directory added to 'clean' target X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/29545b1dc6939fddad162c7076416f4230fa32c3 unix directory added to 'clean' target git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/Makefile.in b/src/Makefile.in index 4c3b4e17f1..d27e758540 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -89,11 +89,11 @@ all:: @if test ! -d motif; then mkdir motif; fi @if test ! -d motif/xmcombo; then mkdir motif/xmcombo; 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 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 " " @@ -193,6 +193,7 @@ clean:: $(RM) -rf qt $(RM) -rf motif $(RM) -rf common + $(RM) -rf unix $(RM) -rf generic $(RM) -rf png $(RM) -rf zlib