emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#54622: closed ([PATCH] Find unidata_to_charset.awk in $(srcdir))
Date: Thu, 16 Jun 2022 07:44:01 +0000

Your message dated Thu, 16 Jun 2022 09:43:51 +0200
with message-id <874k0loxxk.fsf@gnu.org>
and subject line Re: bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir)
has caused the debbugs.gnu.org bug report #54622,
regarding [PATCH] Find unidata_to_charset.awk in $(srcdir)
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54622: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54622
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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."



--- End Message ---
--- Begin Message --- Subject: Re: bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir) Date: Thu, 16 Jun 2022 09:43:51 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi Andreas,

Andreas Schwab <schwab@suse.de> skribis:

> * libguile/Makefile.am (srfi-14.i.c): Prepend $(srcdir).

A similar fix was committed in the meantime as
cc455976813ab94de121395982435430874cbf58.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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