mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Fix distcheck issues
* bootstrap/Makefile.am: * libguile/Makefile.am: Fix distcheck issues.
This commit is contained in:
parent
4339cb9fc1
commit
e5bccb6e5d
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ GOBJECTS = $(SOURCES:%.scm=%.go)
|
||||||
GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
|
GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
|
||||||
GUILE_OPTIMIZATIONS = -O1
|
GUILE_OPTIMIZATIONS = -O1
|
||||||
nobase_noinst_DATA = $(GOBJECTS) ice-9/eval.go
|
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
|
# 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
|
# the stack. Then we really need to build the expander before other
|
||||||
|
|
|
@ -694,7 +694,7 @@ EXTRA_DIST = ChangeLog-scm ChangeLog-threads \
|
||||||
cpp-E.syms cpp-E.c cpp-SIG.syms cpp-SIG.c \
|
cpp-E.syms cpp-E.c cpp-SIG.syms cpp-SIG.c \
|
||||||
c-tokenize.lex \
|
c-tokenize.lex \
|
||||||
scmconfig.h.top libgettext.h unidata_to_charset.pl libguile.map \
|
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) \
|
# $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES) \
|
||||||
# guile-procedures.txt guile.texi
|
# guile-procedures.txt guile.texi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue