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:
parent
9540368e79
commit
c0017a49a5
1 changed files with 2 additions and 2 deletions
|
@ -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)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue