1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 19:20:21 +02:00

(psyntax.pp): Make it dependent on psyntax.ss and

fix command so that it works.
This commit is contained in:
Marius Vollmer 2001-06-02 18:34:22 +00:00
parent 9540368e79
commit c0017a49a5

View file

@ -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)'