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. release_1-9-11-178-ga


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-178-gaa77dac
Date: Tue, 13 Jul 2010 08:52:35 +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=aa77dace400a1714e5ee98c01a799325e6dd6131

The branch, master has been updated
       via  aa77dace400a1714e5ee98c01a799325e6dd6131 (commit)
      from  2f26a2266a3354606167a7f01df031bca8d727e9 (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 aa77dace400a1714e5ee98c01a799325e6dd6131
Author: Andy Wingo <address@hidden>
Date:   Tue Jul 13 10:48:19 2010 +0200

    fix psyntax-pp.go dependency
    
    * module/Makefile.am (ice-9/psyntax-pp.go): Fix dep.

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

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

diff --git a/module/Makefile.am b/module/Makefile.am
index 93ffa62..2099dda 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -78,7 +78,7 @@ ice-9/psyntax-pp.scm.gen:
                $(srcdir)/ice-9/psyntax.scm $(srcdir)/ice-9/psyntax-pp.scm
        touch -r "$(srcdir)/ice-9/psyntax.scm" "$(srcdir)/ice-9/psyntax-pp.scm"
 
-ice-9/psyntax-pp.go: ice-9/psyntax-pp.scm
+ice-9/psyntax-pp.go: ice-9/psyntax.scm
        GUILE_AUTO_COMPILE=0                                    \
        $(top_builddir)/meta/uninstalled-env                    \
        guile-tools compile $(GUILE_WARNINGS) -o "ice-9/psyntax-pp.go" 
"$(srcdir)/ice-9/psyntax.scm"


hooks/post-receive
-- 
GNU Guile



reply via email to

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