unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir)
@ 2022-03-29  8:50 Andreas Schwab
  2022-06-16  7:43 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2022-03-29  8:50 UTC (permalink / raw)
  To: 54622

* 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."





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir)
  2022-03-29  8:50 bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir) Andreas Schwab
@ 2022-06-16  7:43 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-06-16  7:43 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 54622-done

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’.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-16  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29  8:50 bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir) Andreas Schwab
2022-06-16  7:43 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).