From e8f9e6aa3d0dcb8d3f4471d3b118ac9697d4f3a2 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 18 Sep 2001 19:28:16 +0000 Subject: [PATCH] * Makefile.am (psyntax.pp): Reference compile-psyntax.scm in $(srcdir) in order to support separate build trees. --- ice-9/ChangeLog | 5 +++++ ice-9/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 67221852a..59a360e2a 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2001-09-18 Mikael Djurfeldt + + * Makefile.am (psyntax.pp): Reference compile-psyntax.scm in + $(srcdir) in order to support separate build trees. + 2001-09-08 Thien-Thi Nguyen * optargs.scm (lambda*): Record the broken-down argument list in diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index 736d253f6..46185c4f1 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -47,5 +47,5 @@ EXTRA_DIST = $(ice9_sources) test.scm and-let-star-compat.scm 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