[GRASS-SVN] r53237 - grass/trunk/general/g.mkfontcap
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 19 23:40:17 PDT 2012
Author: glynn
Date: 2012-09-19 23:40:17 -0700 (Wed, 19 Sep 2012)
New Revision: 53237
Modified:
grass/trunk/general/g.mkfontcap/Makefile
Log:
Cross-compiling fix
Modified: grass/trunk/general/g.mkfontcap/Makefile
===================================================================
--- grass/trunk/general/g.mkfontcap/Makefile 2012-09-19 14:15:55 UTC (rev 53236)
+++ grass/trunk/general/g.mkfontcap/Makefile 2012-09-20 06:40:17 UTC (rev 53237)
@@ -10,7 +10,11 @@
include $(MODULE_TOPDIR)/include/Make/Module.make
+ifdef CROSS_COMPILING
+default: cmd
+else
default: cmd $(CAPFILE)
+endif
$(CAPFILE): $(BIN)/$(PGM)$(EXE)
GISRC=junk GISBASE=$(RUN_GISBASE) \
More information about the grass-commit
mailing list