summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/cl/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cl/Makefile.am b/lang/cl/Makefile.am
index cdbc5d1..0535fee 100644
--- a/lang/cl/Makefile.am
+++ b/lang/cl/Makefile.am
@@ -32,8 +32,8 @@ nodist_clfiles_DATA = $(generated_clfiles)
EXTRA_DIST = README mkerrcodes.awk
CLEANFILES = gpg-error-codes.lisp
-codes_file := $(top_srcdir)/src/err-codes.h.in
-errno_file := $(top_srcdir)/src/errnos.in
+codes_file = $(top_srcdir)/src/err-codes.h.in
+errno_file = $(top_srcdir)/src/errnos.in
gpg-error-codes.lisp: Makefile mkerrcodes.awk $(codes_file) $(errno_file)
echo '@errnos@' | cat $(codes_file) - $(errno_file) \