[GRASS-SVN] r53307 - in grass/trunk: general/g.proj vector/v.net.visibility
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 3 06:18:36 PDT 2012
Author: martinl
Date: 2012-10-03 06:18:35 -0700 (Wed, 03 Oct 2012)
New Revision: 53307
Modified:
grass/trunk/general/g.proj/Makefile
grass/trunk/vector/v.net.visibility/Makefile
Log:
remove -Wall from Makefiles (it should be defined when running
configure)
Modified: grass/trunk/general/g.proj/Makefile
===================================================================
--- grass/trunk/general/g.proj/Makefile 2012-10-03 13:08:51 UTC (rev 53306)
+++ grass/trunk/general/g.proj/Makefile 2012-10-03 13:18:35 UTC (rev 53307)
@@ -2,7 +2,7 @@
PGM = g.proj
-EXTRA_INC = $(PROJINC) -Wall
+EXTRA_INC = $(PROJINC)
LIBES = $(GPROJLIB) $(GISLIB) $(GDALLIBS) $(PROJLIB)
DEPENDENCIES = $(GPROJDEP) $(GISDEP)
Modified: grass/trunk/vector/v.net.visibility/Makefile
===================================================================
--- grass/trunk/vector/v.net.visibility/Makefile 2012-10-03 13:08:51 UTC (rev 53306)
+++ grass/trunk/vector/v.net.visibility/Makefile 2012-10-03 13:18:35 UTC (rev 53307)
@@ -6,7 +6,7 @@
LIBES = $(VECTORLIB) $(GRAPHLIB) $(GISLIB)
DEPENDENCIES = $(VECTORDEP) $(GRAPHDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
-EXTRA_CFLAGS = $(VECT_CFLAGS) -Wall
+EXTRA_CFLAGS = $(VECT_CFLAGS)
include $(MODULE_TOPDIR)/include/Make/Module.make
More information about the grass-commit
mailing list