prevent double quoting for $(datadir)

* mk/default.mk (MAKE_ORG_VERSION): Keep $(datadir) outside quotes,
  should already be shell-quoted.

Reported by Bernd Haug.
This commit is contained in:
Achim Gratz 2013-03-18 08:14:25 +01:00
parent 798a7de9b8
commit 65cde867c6
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ MAKE_ORG_INSTALL = $(BATCHL) \
MAKE_ORG_VERSION = $(BATCHL) \
--eval '(load "org-compat.el")' \
--eval '(load "../mk/org-fixup.el")' \
--eval '(org-make-org-version "$(ORGVERSION)" "$(GITVERSION)" "$(datadir)")'
--eval '(org-make-org-version "$(ORGVERSION)" "$(GITVERSION)" "'$(datadir)'")'
# How to byte-compile the whole source directory
ELCDIR = $(BATCHL) \