mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
build: Fix race between installing guild' and the
guile-tools' symlink.
Fixes <http://bugs.gnu.org/12015>. Report and patch by Song.Li <Song.Li@windriver.com>. * meta/Makefile.am (install-data-hook): Rename to... (install-exec-hook): ... this.
This commit is contained in:
parent
8a84f7fb46
commit
068adc1980
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ EXTRA_DIST= \
|
||||||
guild.in guile-config.in
|
guild.in guile-config.in
|
||||||
|
|
||||||
# What we now call `guild' used to be known as `guile-tools'.
|
# What we now call `guild' used to be known as `guile-tools'.
|
||||||
install-data-hook:
|
install-exec-hook:
|
||||||
guild="`echo $(ECHO_N) guild \
|
guild="`echo $(ECHO_N) guild \
|
||||||
| $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \
|
| $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \
|
||||||
guile_tools="`echo $(ECHO_N) guile-tools \
|
guile_tools="`echo $(ECHO_N) guile-tools \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue