1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Fix distcheck issues

* bootstrap/Makefile.am:
* libguile/Makefile.am: Fix distcheck issues.
This commit is contained in:
Andy Wingo 2015-10-25 14:25:39 +00:00
parent 4339cb9fc1
commit e5bccb6e5d
2 changed files with 2 additions and 2 deletions

View file

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