浏览代码

fix generating color table thumbnails (missing dependency)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59820 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父节点
当前提交
2147ce6d75
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      raster/r.colors/Makefile

+ 1 - 1
raster/r.colors/Makefile

@@ -12,7 +12,7 @@ include $(MODULE_TOPDIR)/include/Make/Multi.make
 
 default: multi thumbnails
 
-thumbnails: $(BIN)/r.mapcalc$(EXE) $(HTMLDIR)/colortables
+thumbnails: $(BIN)/r.mapcalc$(EXE) $(BIN)/r.colors$(EXE) $(HTMLDIR)/colortables
 	-$(call run_grass, $(GRASS_HOME)/tools/thumbnails.py)
 
 $(HTMLDIR)/colortables: $(HTMLDIR)