guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/ice-9 ChangeLog Makefile.am


From: Mikael Djurfeldt
Subject: guile/guile-core/ice-9 ChangeLog Makefile.am
Date: Fri, 09 Mar 2001 13:47:53 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       01/03/09 13:47:52

Modified files:
        guile-core/ice-9: ChangeLog Makefile.am 

Log message:
        * Makefile.am (psyntax.pp): Added rule for producing psyntax.pp.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ice-9/ChangeLog.diff?r1=1.384&r2=1.385
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ice-9/Makefile.am.diff?r1=1.37&r2=1.38

Patches:
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.384 
guile/guile-core/ice-9/ChangeLog:1.385
--- guile/guile-core/ice-9/ChangeLog:1.384      Thu Mar  8 21:16:05 2001
+++ guile/guile-core/ice-9/ChangeLog    Fri Mar  9 13:47:52 2001
@@ -1,3 +1,7 @@
+2001-03-09  Mikael Djurfeldt  <address@hidden>
+
+       * Makefile.am (psyntax.pp): Added rule for producing psyntax.pp.
+
 2001-03-09  Keisuke Nishida  <address@hidden>
 
        * match.scm: export defstruct.
Index: guile/guile-core/ice-9/Makefile.am
diff -u guile/guile-core/ice-9/Makefile.am:1.37 
guile/guile-core/ice-9/Makefile.am:1.38
--- guile/guile-core/ice-9/Makefile.am:1.37     Mon Mar  5 15:12:57 2001
+++ guile/guile-core/ice-9/Makefile.am  Fri Mar  9 13:47:52 2001
@@ -43,3 +43,6 @@
 
 ## test.scm is not currently installed.
 EXTRA_DIST = $(ice9_sources) test.scm and-let-star-compat.scm
+
+psyntax.pp:
+       cd $(srcdir) && guile -c '(load-from-path "ice-9/syncase") (psyncomp)'



reply via email to

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