guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. a46b7f14afa3308f48b1f


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. a46b7f14afa3308f48b1f2dd5e13381138af87e9
Date: Thu, 04 Jun 2009 10:59:37 +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=a46b7f14afa3308f48b1f2dd5e13381138af87e9

The branch, master has been updated
       via  a46b7f14afa3308f48b1f2dd5e13381138af87e9 (commit)
      from  e27f640a6fa0af403e37d5c9a8651e03932465a4 (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 a46b7f14afa3308f48b1f2dd5e13381138af87e9
Author: Andy Wingo <address@hidden>
Date:   Thu Jun 4 12:53:34 2009 +0200

    fix .go installation
    
    * am/guilec (nobase_ccache_DATA): Fix .go installation.

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

Summary of changes:
 am/guilec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/am/guilec b/am/guilec
index 796e259..d081e1f 100644
--- a/am/guilec
+++ b/am/guilec
@@ -4,7 +4,7 @@ GOBJECTS = $(SOURCES:%.scm=%.go)
 moddir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/$(modpath)
 nobase_mod_DATA = $(SOURCES) $(NOCOMP_SOURCES)
 ccachedir = $(pkglibdir)/$(GUILE_EFFECTIVE_VERSION)/ccache/$(modpath)
-ccache_DATA = $(GOBJECTS)
+nobase_ccache_DATA = $(GOBJECTS)
 EXTRA_DIST = $(SOURCES) $(NOCOMP_SOURCES)
 
 CLEANFILES = $(GOBJECTS)


hooks/post-receive
-- 
GNU Guile




reply via email to

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