mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
guile-config depends on config.status
* meta/Makefile.am (guile-config): Depend on config.status, so that if $prefix changes, guile-config gets rebuilt.
This commit is contained in:
parent
3c98a49cbd
commit
31c944228c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pkgconfig_DATA = guile-2.0.pc
|
|||
aclocaldir = $(datadir)/aclocal
|
||||
aclocal_DATA = guile.m4
|
||||
|
||||
guile-config: $(srcdir)/guile-config.in
|
||||
guile-config: $(srcdir)/guile-config.in $(top_builddir)/config.status
|
||||
guile="@bindir@/`echo guile | $(SED) -e '$(program_transform_name)'`" ; \
|
||||
cat $(srcdir)/guile-config.in \
|
||||
| $(SED) -e "s,@pkgconfigdir@,$(pkgconfigdir),g ; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue