diff options
author | Andy Wingo <wingo@pobox.com> | 2010-07-13 10:48:19 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-07-13 10:48:19 +0200 |
commit | aa77dace400a1714e5ee98c01a799325e6dd6131 (patch) | |
tree | d211bd9433fa37a7a03896b335e5f7ddc889c885 | |
parent | 2f26a2266a3354606167a7f01df031bca8d727e9 (diff) | |
download | guile-aa77dace400a1714e5ee98c01a799325e6dd6131.tar.gz |
fix psyntax-pp.go dependency
* module/Makefile.am (ice-9/psyntax-pp.go): Fix dep.
-rw-r--r-- | module/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Makefile.am b/module/Makefile.am index 93ffa621e..2099ddab0 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -78,7 +78,7 @@ ice-9/psyntax-pp.scm.gen: $(srcdir)/ice-9/psyntax.scm $(srcdir)/ice-9/psyntax-pp.scm touch -r "$(srcdir)/ice-9/psyntax.scm" "$(srcdir)/ice-9/psyntax-pp.scm" -ice-9/psyntax-pp.go: ice-9/psyntax-pp.scm +ice-9/psyntax-pp.go: ice-9/psyntax.scm GUILE_AUTO_COMPILE=0 \ $(top_builddir)/meta/uninstalled-env \ guile-tools compile $(GUILE_WARNINGS) -o "ice-9/psyntax-pp.go" "$(srcdir)/ice-9/psyntax.scm" |