瀏覽代碼

r.profile doesn't require raster/display libraries

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33259 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 年之前
父節點
當前提交
ce0603cb51
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      raster/r.profile/Makefile

+ 2 - 2
raster/r.profile/Makefile

@@ -2,8 +2,8 @@ MODULE_TOPDIR = ../..
 
 PGM = r.profile
 
-LIBES = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)
-DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)
+LIBES = $(GISLIB)
+DEPENDENCIES = $(GISDEP)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make