Index: gambas3-3.1.1/examples/Makefile.am
===================================================================
--- gambas3-3.1.1.orig/examples/Makefile.am	2013-04-29 19:48:01.000000000 +1000
+++ gambas3-3.1.1/examples/Makefile.am	19:49:20.000000000 +1000
@@ -15,15 +15,15 @@
 	@$(INSTALL) -d $(DESTDIR)$(gbdatadir)/examples
 	@echo "Copying..."
 	@cp -R $(srcdir)/examples $(DESTDIR)$(gbdatadir)
-	@(cd $(DESTDIR)$(gbdatadir)/examples; d=`pwd`; for p in */ */*/; do cd $$d/$$p; \
-	  if test -e .project; then \
-	    ## Remove the possible environment variables defined in the project property dialog
-	    cat .project | grep -v "^Environment=" > .project.new; \
-	    rm .project; \
-	    mv .project.new .project; \
-	    echo "Compiling $$p..."; cd $$d/$$p; $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -ag -r $(DESTDIR)$(prefix); $(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
-	  fi \
-	done)
+#	@(cd $(DESTDIR)$(gbdatadir)/examples; d=`pwd`; for p in */ */*/; do cd $$d/$$p; \
+#	  if test -e .project; then \
+#	    ## Remove the possible environment variables defined in the project property dialog
+#	    cat .project | grep -v "^Environment=" > .project.new; \
+#	    rm .project; \
+#	    mv .project.new .project; \
+#	    echo "Compiling $$p..."; cd $$d/$$p; $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -ag -r $(DESTDIR)$(prefix); $(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
+#	  fi \
+#	done)
 
 uninstall-local:
 	@rm -rf $(DESTDIR)$(gbdatadir)/examples
