Index: trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
===================================================================
--- trunk/MagicSoft/Mars/Makefile.conf.linux-gnu	(revision 454)
+++ trunk/MagicSoft/Mars/Makefile.conf.linux-gnu	(revision 543)
@@ -10,16 +10,7 @@
 # @code
 
-#
-#  ----->>>  includes
-#
-
-INCLUDE_ROOT    = ${ROOTSYS}/include
-INCLUDE_CPLUS   = /usr/include/g++
-INCLUDE_MBASE   = ./mbase
-
-
 # compilers
 
-CC            = g++
+CC            = gcc
 CXX           = g++
 F77           = f77
@@ -34,5 +25,5 @@
 # uncomment this for quiet compilation
 
-.SILENT:
+#.SILENT:
 
 # @endcode
