소스 검색

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)