From 7248c0038f3d0bfcf6c469d534efb4a13952c112 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Tue, 29 Nov 2016 18:49:43 +0100 Subject: build: Unquote local load paths. * Makefile.am (local_load_path, local_load_compiled_path): Remove quotes that were expanded in the generated files. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 . # 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 -- cgit v1.2.3