guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: Fix distcheck issues


From: Andy Wingo
Subject: [Guile-commits] 01/01: Fix distcheck issues
Date: Sun, 25 Oct 2015 19:28:28 +0000

wingo pushed a commit to branch master
in repository guile.

commit e5bccb6e5df3485152bc6501e1f36275e09c6352
Author: Andy Wingo <address@hidden>
Date:   Sun Oct 25 14:25:39 2015 +0000

    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 441b727..093ee85 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 8302a18..3bc9952 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]