[GRASS-SVN] r53231 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 19 05:53:08 PDT 2012


Author: glynn
Date: 2012-09-19 05:53:07 -0700 (Wed, 19 Sep 2012)
New Revision: 53231

Modified:
   grass/trunk/include/Make/Multi.make
Log:
Don't try to generate documentation when cross-compiling


Modified: grass/trunk/include/Make/Multi.make
===================================================================
--- grass/trunk/include/Make/Multi.make	2012-09-19 12:40:07 UTC (rev 53230)
+++ grass/trunk/include/Make/Multi.make	2012-09-19 12:53:07 UTC (rev 53231)
@@ -15,7 +15,11 @@
 
 progs: $(PROGFILES)
 
+ifdef CROSS_COMPILING
+htmlmulti:
+else
 htmlmulti: $(HTMLFILES) $(MANFILES)
+endif
 
 $(BIN)/%$(EXE): $(DEPENDENCIES)
 	$(call linker)



More information about the grass-commit mailing list