From c0017a49a5e790d604060b44809c4b2c71a881cd Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 2 Jun 2001 18:34:22 +0000 Subject: [PATCH] (psyntax.pp): Make it dependent on psyntax.ss and fix command so that it works. --- ice-9/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index 4e436295a..b38b88893 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -45,5 +45,5 @@ install-data-local: ## 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)'