summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-11-29 18:49:43 +0100
committerMathieu Lirzin <mthl@gnu.org>2016-11-29 18:49:43 +0100
commit7248c0038f3d0bfcf6c469d534efb4a13952c112 (patch)
treec5044d1e93e80f06b8fa17deeabfd744e9581e1b /Makefile.am
parent81ff83354efc903891999f946b113d39e6e68a7c (diff)
downloadcuirass-7248c0038f3d0bfcf6c469d534efb4a13952c112.tar
cuirass-7248c0038f3d0bfcf6c469d534efb4a13952c112.tar.gz
build: Unquote local load paths.
* Makefile.am (local_load_path, local_load_compiled_path): Remove quotes that were expanded in the generated files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 005bd52..aa22ffc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,8 +19,8 @@
# along with Cuirass. If not, see <http://www.gnu.org/licenses/>.
# Guile local load paths.
-local_load_path = "$(abs_top_builddir)/src:$(abs_top_srcdir)/src"
-local_load_compiled_path = "$(abs_top_builddir)/src"
+local_load_path = $(abs_top_builddir)/src:$(abs_top_srcdir)/src
+local_load_compiled_path = $(abs_top_builddir)/src
bin_SCRIPTS = bin/cuirass bin/evaluate
noinst_SCRIPTS = pre-inst-env