Some variables were recursively expanded unintentionally. Fix.
This commit is contained in:
parent
530deef2fe
commit
8da8e3fb3a
1 changed files with 3 additions and 3 deletions
6
Make.mk
6
Make.mk
|
@ -61,9 +61,9 @@ topics := $(patsubst %.t,%,$(notdir $(tsrc)))
|
|||
info := $(topics) $(subjects) all TOP
|
||||
subjects.html := $(addprefix info.html/, $(addsuffix .html, $(subjects)))
|
||||
topics.html := $(addprefix info.html/, $(addsuffix .html, $(topics)))
|
||||
scripts = $(srcdir)/src/scripts
|
||||
depcomp = $(SHELL) $(srcdir)/depcomp
|
||||
tarball = $(SHELL) $(scripts)/tarball
|
||||
scripts := $(srcdir)/src/scripts
|
||||
depcomp := $(SHELL) $(srcdir)/depcomp
|
||||
tarball := $(SHELL) $(scripts)/tarball
|
||||
econfig := $(sysconfdir)/empire/econfig
|
||||
gamedir := $(localstatedir)/empire
|
||||
builtindir := $(datadir)/empire/builtin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue