diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-09-03 22:40:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-09-03 22:40:46 +0200 |
commit | 068adc1980535f187ad9721d67f223c52546c38a (patch) | |
tree | 17f1bde11c12d150fe6f90ee72a46d58f2731626 /meta | |
parent | 8a84f7fb46182c9220da514bc25d85ee799c799f (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.am | 2 |
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 \ |