Explorar o código

i.segment: fix Makefile

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55012 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz %!s(int64=12) %!d(string=hai) anos
pai
achega
68e5c7cf07
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      imagery/i.segment/Makefile

+ 1 - 1
imagery/i.segment/Makefile

@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = i.segment.xl
+PGM = i.segment
 
 LIBES = $(IMAGERYLIB) $(RASTERLIB) $(SEGMENTLIB) $(GISLIB) $(BTREE2LIB)
 DEPENDENCIES = $(IMAGERYDEP) $(RASTERDEP) $(SEGMENTDEP) $(GISDEP)