unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: 54622@debbugs.gnu.org
Subject: bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir)
Date: Tue, 29 Mar 2022 10:50:39 +0200	[thread overview]
Message-ID: <mvm1qyldtwg.fsf@suse.de> (raw)

* 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	other threads:[~2022-03-29  8:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-29  8:50 Andreas Schwab [this message]
2022-06-16  7:43 ` bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir) Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=mvm1qyldtwg.fsf@suse.de \
    --to=schwab@suse.de \
    --cc=54622@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).