[GRASS-SVN] r54373 - grass/trunk/lib/python/pygrass

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 23 03:32:18 PST 2012


Author: zarch
Date: 2012-12-23 03:32:18 -0800 (Sun, 23 Dec 2012)
New Revision: 54373

Modified:
   grass/trunk/lib/python/pygrass/Makefile
Log:
Forgot to add the gis directory in the Makefile

Modified: grass/trunk/lib/python/pygrass/Makefile
===================================================================
--- grass/trunk/lib/python/pygrass/Makefile	2012-12-23 11:13:28 UTC (rev 54372)
+++ grass/trunk/lib/python/pygrass/Makefile	2012-12-23 11:32:18 UTC (rev 54373)
@@ -19,6 +19,7 @@
 	-$(MAKE) -C modules || echo $(CURDIR)/modules >> $(ERRORLOG)
 	-$(MAKE) -C raster || echo $(CURDIR)/raster >> $(ERRORLOG)
 	-$(MAKE) -C vector || echo $(CURDIR)/vector >> $(ERRORLOG)
+	-$(MAKE) -C gis || echo $(CURDIR)/gis >> $(ERRORLOG)
 	-$(MAKE) -C tests || echo $(CURDIR)/tests >> $(ERRORLOG)
 
 $(PYDIR):



More information about the grass-commit mailing list