]> git.saurik.com Git - wxWidgets.git/blobdiff - Makefile
no message
[wxWidgets.git] / Makefile
index c35ef5ea063188379cda66e73e957d479468482b..7e6e25afaa9469def949a50128190488233bee04 100644 (file)
--- 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.