GNU bug report logs -
#54622
[PATCH] Find unidata_to_charset.awk in $(srcdir)
Previous Next
Reported by: Andreas Schwab <schwab <at> suse.de>
Date: Tue, 29 Mar 2022 08:51:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
This bug report was last modified 2 years and 340 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.