X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c98f04213ed354d0116092e87a30db5dc69c5709..c4c794e1d01d358bcd6dac092d7df9ba2cd07872:/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.