summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-09-03 22:40:46 +0200
committerLudovic Courtès <ludo@gnu.org>2012-09-03 22:40:46 +0200
commit068adc1980535f187ad9721d67f223c52546c38a (patch)
tree17f1bde11c12d150fe6f90ee72a46d58f2731626 /meta
parent8a84f7fb46182c9220da514bc25d85ee799c799f (diff)
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.
Diffstat (limited to 'meta')
-rw-r--r--meta/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/Makefile.am b/meta/Makefile.am
index a05730d13..bd2078409 100644
--- a/meta/Makefile.am
+++ b/meta/Makefile.am
@@ -28,7 +28,7 @@ EXTRA_DIST= \
guild.in guile-config.in
# What we now call `guild' used to be known as `guile-tools'.
-install-data-hook:
+install-exec-hook:
guild="`echo $(ECHO_N) guild \
| $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \
guile_tools="`echo $(ECHO_N) guile-tools \