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 | |
parent | 4339cb9fc11ccdb3f1c660cbfebbf7e2a7c108cb (diff) | |
download | guile-e5bccb6e5df3485152bc6501e1f36275e09c6352.tar.gz |
Fix distcheck issues
* bootstrap/Makefile.am:
* libguile/Makefile.am: Fix distcheck issues.
-rw-r--r-- | bootstrap/Makefile.am | 2 | ||||
-rw-r--r-- | 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 |