[GRASS-SVN] r66361 - grass-addons/grass7/vector/v.mapcalc

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 28 01:34:05 PDT 2015


Author: neteler
Date: 2015-09-28 01:34:04 -0700 (Mon, 28 Sep 2015)
New Revision: 66361

Modified:
   grass-addons/grass7/vector/v.mapcalc/Makefile
Log:
v.mapcalc addon: attempt to fix Makefile

Modified: grass-addons/grass7/vector/v.mapcalc/Makefile
===================================================================
--- grass-addons/grass7/vector/v.mapcalc/Makefile	2015-09-28 07:22:34 UTC (rev 66360)
+++ grass-addons/grass7/vector/v.mapcalc/Makefile	2015-09-28 08:34:04 UTC (rev 66361)
@@ -13,6 +13,8 @@
 
 default: cmd
 
+$(OBJDIR)/v.mapcalc.tab.o: v.mapcalc.tab.h
+
 yylex.c: v.mapcalc.tab.h
 
 .INTERMEDIATE: v.mapcalc.tab.c v.mapcalc.tab.h v.mapcalc.output



More information about the grass-commit mailing list