guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/02: Remove a stale variable use in libguile/Makefile.


From: Andy Wingo
Subject: [Guile-commits] 01/02: Remove a stale variable use in libguile/Makefile.am
Date: Wed, 22 Jun 2016 14:47:50 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit 0ef4b76221cda14dd77ed58ac3484c5ec5a12539
Author: Andy Wingo <address@hidden>
Date:   Wed Jun 22 16:45:36 2016 +0200

    Remove a stale variable use in libguile/Makefile.am
    
    * libguile/Makefile.am (BUILT_SOURCES): Remove a use of a variable that
      doesn't exist in 2.2.
---
 libguile/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index bb3dc7e..909101c 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -445,7 +445,7 @@ vm-operations.h: vm-engine.c
 
 BUILT_SOURCES = cpp-E.c cpp-SIG.c libpath.h \
     scmconfig.h \
-    $(DOT_I_FILES) vm-operations.h $(DOT_X_FILES) $(EXTRA_DOT_X_FILES)
+    vm-operations.h $(DOT_X_FILES) $(EXTRA_DOT_X_FILES)
 
 # Force the generation of `guile-procedures.texi' because the top-level
 # Makefile expects it to be built.



reply via email to

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