浏览代码

Rename DIRS -> SRCDIRS

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56702 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 12 年之前
父节点
当前提交
b3d30a77a5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      demolocation/Makefile

+ 2 - 2
demolocation/Makefile

@@ -8,11 +8,11 @@ MAPFILES = dbln coor topo head cidx hist
 DBFFILES := $(foreach map,$(MAPS),dbf/$(map).dbf)
 VECTFILES := $(foreach map,$(MAPS),$(foreach file,$(MAPFILES),vector/$(map)/$(file)))
 SRC := $(SRCFILES) $(DBFFILES) $(VECTFILES)
-DIRS := PERMANENT PERMANENT/vector PERMANENT/dbf $(patsubst %,PERMANENT/vector/%,$(MAPS))
+SRCDIRS := PERMANENT PERMANENT/vector PERMANENT/dbf $(patsubst %,PERMANENT/vector/%,$(MAPS))
 
 DSTDIR = $(ARCH_DISTDIR)/demolocation
 DST := $(patsubst %,$(DSTDIR)/PERMANENT/%,$(SRC))
-DSTDIRS := $(patsubst %,$(DSTDIR)/%,$(DIRS))
+DSTDIRS := $(patsubst %,$(DSTDIR)/%,$(SRCDIRS))
 RCFILE = $(DSTDIR)/.grassrc$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
 
 default: $(DST) $(RCFILE)