[GRASS-SVN] r71685 - grass/trunk/vector/v.label.sa

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 12 04:03:40 PST 2017


Author: neteler
Date: 2017-11-12 04:03:40 -0800 (Sun, 12 Nov 2017)
New Revision: 71685

Modified:
   grass/trunk/vector/v.label.sa/Makefile
Log:
v.label.sa: conditionalize compilation upon presence of FTLIB

Modified: grass/trunk/vector/v.label.sa/Makefile
===================================================================
--- grass/trunk/vector/v.label.sa/Makefile	2017-11-12 11:59:27 UTC (rev 71684)
+++ grass/trunk/vector/v.label.sa/Makefile	2017-11-12 12:03:40 UTC (rev 71685)
@@ -10,5 +10,6 @@
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
+ifneq ($(strip $(FTLIB)),)
 default: cmd
-
+endif



More information about the grass-commit mailing list