]> git.pond.sub.org Git - empserver/commitdiff
Some variables were recursively expanded unintentionally. Fix.
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 11 Jul 2007 19:52:24 +0000 (19:52 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 11 Jul 2007 19:52:24 +0000 (19:52 +0000)
Make.mk

diff --git a/Make.mk b/Make.mk
index 628a99ef695b50217164df3f89c8c1078bc706aa..1e2f01f2ee0d070ca1e6e9d347e3ce7ff206d4fe 100644 (file)
--- a/Make.mk
+++ b/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