bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir)


From: Andreas Schwab
Subject: bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir)
Date: Tue, 29 Mar 2022 10:50:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.92 (gnu/linux)

* libguile/Makefile.am (srfi-14.i.c): Prepend $(srcdir).
---
 libguile/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index bb1ba3613..e3e5f8ed8 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -463,7 +463,7 @@ vm-operations.h: vm-engine.c
        @echo '' >> $@
 
 srfi-14.i.c: UnicodeData.txt unidata_to_charset.awk
-       $(AM_V_GEN)$(AWK) -f unidata_to_charset.awk < "$<" > "$@"
+       $(AM_V_GEN)$(AWK) -f $(srcdir)/unidata_to_charset.awk < "$<" > "$@"
 
 BUILT_INCLUDES = vm-operations.h scmconfig.h libpath.h srfi-14.i.c
 BUILT_SOURCES = cpp-E.c cpp-SIG.c $(BUILT_INCLUDES) \
-- 
2.35.0


-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]