Browse Source

Rename DIRS -> SRCDIRS

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56702 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 12 years ago
parent
commit
b3d30a77a5
1 changed files with 2 additions and 2 deletions
  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)
 DBFFILES := $(foreach map,$(MAPS),dbf/$(map).dbf)
 VECTFILES := $(foreach map,$(MAPS),$(foreach file,$(MAPFILES),vector/$(map)/$(file)))
 VECTFILES := $(foreach map,$(MAPS),$(foreach file,$(MAPFILES),vector/$(map)/$(file)))
 SRC := $(SRCFILES) $(DBFFILES) $(VECTFILES)
 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
 DSTDIR = $(ARCH_DISTDIR)/demolocation
 DST := $(patsubst %,$(DSTDIR)/PERMANENT/%,$(SRC))
 DST := $(patsubst %,$(DSTDIR)/PERMANENT/%,$(SRC))
-DSTDIRS := $(patsubst %,$(DSTDIR)/%,$(DIRS))
+DSTDIRS := $(patsubst %,$(DSTDIR)/%,$(SRCDIRS))
 RCFILE = $(DSTDIR)/.grassrc$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
 RCFILE = $(DSTDIR)/.grassrc$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
 
 
 default: $(DST) $(RCFILE)
 default: $(DST) $(RCFILE)