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: Tue, 18 Sep 2001 14:17:17 -0400

CVSROOT:        /cvs
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       01/09/18 14:17:17

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

Log message:
        * Makefile.am (psyntax.pp): Reference compile-psyntax.scm in
        $(srcdir) in order to support separate build trees.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/ChangeLog.diff?cvsroot=OldCVS&tr1=1.479&tr2=1.480&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/Makefile.am.diff?cvsroot=OldCVS&tr1=1.49&tr2=1.50&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.479 
guile/guile-core/ice-9/ChangeLog:1.480
--- guile/guile-core/ice-9/ChangeLog:1.479      Sat Sep  8 21:03:43 2001
+++ guile/guile-core/ice-9/ChangeLog    Tue Sep 18 14:17:17 2001
@@ -1,3 +1,8 @@
+2001-09-18  Mikael Djurfeldt  <address@hidden>
+
+       * Makefile.am (psyntax.pp): Reference compile-psyntax.scm in
+       $(srcdir) in order to support separate build trees.
+
 2001-09-08  Thien-Thi Nguyen  <address@hidden>
 
        * optargs.scm (lambda*): Record the broken-down argument list in
Index: guile/guile-core/ice-9/Makefile.am
diff -u guile/guile-core/ice-9/Makefile.am:1.49 
guile/guile-core/ice-9/Makefile.am:1.50
--- guile/guile-core/ice-9/Makefile.am:1.49     Fri Aug 31 05:33:55 2001
+++ guile/guile-core/ice-9/Makefile.am  Tue Sep 18 14:17:17 2001
@@ -43,5 +43,5 @@
 
 if MAINTAINER_MODE
 psyntax.pp: psyntax.ss
-       GUILE_LOAD_PATH=$(srcdir)/..:.. ../libguile/guile -s 
compile-psyntax.scm $(srcdir)/psyntax.ss $(srcdir)/psyntax.pp
+       GUILE_LOAD_PATH=$(srcdir)/..:.. ../libguile/guile -s 
$(srcdir)/compile-psyntax.scm $(srcdir)/psyntax.ss $(srcdir)/psyntax.pp
 endif



reply via email to

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