X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c98f04213ed354d0116092e87a30db5dc69c5709..e370f4029e2fde627fc13c98fb82fe63894e4f89:/Makefile diff --git a/Makefile b/Makefile index c35ef5ea06..7e6e25afaa 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ SHELL=/bin/sh +DIRS=src + #if DIRS are defind make only executes in these diretories all:: @if test "x$(DIRS)" = x; then \ @@ -56,8 +58,8 @@ user:: install:: @echo "entering directory src for installing" @cd src; ${MAKE} install - @echo "entering directory utils for installing" - @cd utils; ${MAKE} install +# @echo "entering directory utils for installing" +# @cd utils; ${MAKE} install # the following ones recreate all Makefiles.