diff options
author | Andy Wingo <wingo@pobox.com> | 2015-10-25 14:25:39 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-10-25 14:25:56 +0000 |
commit | e5bccb6e5df3485152bc6501e1f36275e09c6352 (patch) | |
tree | d564975bbcb496c2e12fb200e342a3910d41c076 /bootstrap | |
parent | 4339cb9fc11ccdb3f1c660cbfebbf7e2a7c108cb (diff) |
Fix distcheck issues
* bootstrap/Makefile.am:
* libguile/Makefile.am: Fix distcheck issues.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/Makefile.am b/bootstrap/Makefile.am index 441b72738..093ee8540 100644 --- a/bootstrap/Makefile.am +++ b/bootstrap/Makefile.am @@ -25,7 +25,7 @@ GOBJECTS = $(SOURCES:%.scm=%.go) GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat GUILE_OPTIMIZATIONS = -O1 nobase_noinst_DATA = $(GOBJECTS) ice-9/eval.go -CLEANFILES = $(GOBJECTS) ice-9/eval.go +CLEANFILES = $(GOBJECTS) ice-9/eval.go ice-9/psyntax-pp.go # We must build the evaluator first, so that we can be sure to control # the stack. Then we really need to build the expander before other |