(tarball): Fix missing -e required by shell script.
This commit is contained in:
parent
acfc17b05a
commit
535c8a06a7
1 changed files with 1 additions and 1 deletions
2
Make.mk
2
Make.mk
|
@ -63,7 +63,7 @@ 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
|
||||
tarball := $(SHELL) -e $(scripts)/tarball
|
||||
econfig := $(sysconfdir)/empire/econfig
|
||||
schedule := $(sysconfdir)/empire/schedule
|
||||
gamedir := $(localstatedir)/empire
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue