From e5bccb6e5df3485152bc6501e1f36275e09c6352 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 25 Oct 2015 14:25:39 +0000 Subject: [PATCH] Fix distcheck issues * bootstrap/Makefile.am: * libguile/Makefile.am: Fix distcheck issues. --- bootstrap/Makefile.am | 2 +- libguile/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 8302a1805..3bc9952a9 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -694,7 +694,7 @@ EXTRA_DIST = ChangeLog-scm ChangeLog-threads \ cpp-E.syms cpp-E.c cpp-SIG.syms cpp-SIG.c \ c-tokenize.lex \ scmconfig.h.top libgettext.h unidata_to_charset.pl libguile.map \ - libguile-2.2-gdb.scm + vm-operations.h libguile-2.2-gdb.scm # $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES) \ # guile-procedures.txt guile.texi