mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
build: Use 'sed' invocation compatible with BSD sed.
Fixes <https://bugs.gnu.org/30011>. Reported by ilove zfs <ilovezfs@icloud.com>. * libguile/Makefile.am (INSTANTIATE): Move '-i' first.
This commit is contained in:
parent
f390afa0cc
commit
7ade0485af
1 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
## Process this file with Automake to create Makefile.in
|
## Process this file with Automake to create Makefile.in
|
||||||
##
|
##
|
||||||
## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007,
|
## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007,
|
||||||
## 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2017 Free Software Foundation, Inc.
|
## 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2017, 2018 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This file is part of GUILE.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
|
@ -469,11 +469,10 @@ install-exec-hook:
|
||||||
rm -f $(DESTDIR)$(bindir)/guile-snarf.awk
|
rm -f $(DESTDIR)$(bindir)/guile-snarf.awk
|
||||||
|
|
||||||
## Instantiate a template.
|
## Instantiate a template.
|
||||||
INSTANTIATE = \
|
INSTANTIATE = \
|
||||||
$(SED) -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
|
$(SED) -i -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
|
||||||
-e 's,[@]pkglibdir[@],$(pkglibdir),g' \
|
-e 's,[@]pkglibdir[@],$(pkglibdir),g' \
|
||||||
-e 's,[@]GUILE_EFFECTIVE_VERSION[@],$(GUILE_EFFECTIVE_VERSION),g' \
|
-e 's,[@]GUILE_EFFECTIVE_VERSION[@],$(GUILE_EFFECTIVE_VERSION),g'
|
||||||
-i
|
|
||||||
|
|
||||||
install-data-hook: libguile-2.2-gdb.scm
|
install-data-hook: libguile-2.2-gdb.scm
|
||||||
@$(MKDIR_P) $(DESTDIR)$(libdir)
|
@$(MKDIR_P) $(DESTDIR)$(libdir)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue