guile-cvs
[Top][All Lists]
Advanced

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

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


From: Marius Vollmer
Subject: guile/guile-core/ice-9 Makefile.am
Date: Sat, 02 Jun 2001 11:34:22 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/06/02 11:34:22

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

Log message:
        (psyntax.pp): Make it dependent on psyntax.ss and
        fix command so that it works.

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

Patches:
Index: guile/guile-core/ice-9/Makefile.am
diff -u guile/guile-core/ice-9/Makefile.am:1.44 
guile/guile-core/ice-9/Makefile.am:1.45
--- guile/guile-core/ice-9/Makefile.am:1.44     Thu May 24 17:15:32 2001
+++ guile/guile-core/ice-9/Makefile.am  Sat Jun  2 11:34:22 2001
@@ -45,5 +45,5 @@
 ## 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)'
+psyntax.pp: psyntax.ss
+       cd $(srcdir) && guile -c '(load-from-path "ice-9/syncase") 
(define-module (ice-9 syncase)) (psyncomp)'



reply via email to

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