guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-1-gdac5e64


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-1-gdac5e64
Date: Wed, 10 Apr 2013 13:02:57 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=dac5e6491b215f8d70bc8328639b4c72cb7cd565

The branch, stable-2.0 has been updated
       via  dac5e6491b215f8d70bc8328639b4c72cb7cd565 (commit)
      from  7f74dcb4a5439bb2247875f458b5f0a20710af07 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dac5e6491b215f8d70bc8328639b4c72cb7cd565
Author: Mark H Weaver <address@hidden>
Date:   Wed Apr 10 08:23:16 2013 -0400

    Do not add $(EXEEXT) to guild or guile-tools.
    
    * meta/Makefile.am (install-exec-hook): Do not add $(EXEEXT) to guild or
      guile-tools.

-----------------------------------------------------------------------

Summary of changes:
 meta/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/Makefile.am b/meta/Makefile.am
index 5a96e0e..2d3c462 100644
--- a/meta/Makefile.am
+++ b/meta/Makefile.am
@@ -30,9 +30,9 @@ EXTRA_DIST= \
 # What we now call `guild' used to be known as `guile-tools'.
 install-exec-hook:
        guild="`echo $(ECHO_N) guild                            \
-          | $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \
+          | $(SED) -e '$(program_transform_name)'`" ;          \
        guile_tools="`echo $(ECHO_N) guile-tools                \
-          | $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \
+          | $(SED) -e '$(program_transform_name)'`" ;          \
        cd $(DESTDIR)$(bindir) && rm -f "$$guile_tools" &&      \
        $(LN_S) "$$guild" "$$guile_tools"
 


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]