guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/01: Refactor deps for built libpath.h


From: Andy Wingo
Subject: [Guile-commits] 01/01: Refactor deps for built libpath.h
Date: Sun, 1 Jul 2018 06:18:46 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 0465c8834e2d5066e4ec5cdd378afcb40efd91f0
Author: Andy Wingo <address@hidden>
Date:   Sun Jul 1 12:16:50 2018 +0200

    Refactor deps for built libpath.h
    
    * libguile/Makefile.am (BUILT_INCLUDES): Move libpath.h here, from
      BUILT_SOURCES, so that .x files depend on it.  Thanks to Dale Smith
      for the report.
---
 libguile/Makefile.am | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index 4e782f2..8bf7e27 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -449,8 +449,8 @@ vm-operations.h: vm-engine.c
        | sed -e 's,VM_DEFINE_OP (\(.*\)).*,  M (\1) \\,' >> $@
        @echo '' >> $@
 
-BUILT_INCLUDES = vm-operations.h scmconfig.h
-BUILT_SOURCES = cpp-E.c cpp-SIG.c libpath.h $(BUILT_INCLUDES) \
+BUILT_INCLUDES = vm-operations.h scmconfig.h libpath.h
+BUILT_SOURCES = cpp-E.c cpp-SIG.c $(BUILT_INCLUDES) \
     $(DOT_X_FILES) $(EXTRA_DOT_X_FILES)
 
 # Force the generation of `guile-procedures.texi' because the top-level
@@ -781,8 +781,6 @@ $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES): $(BUILT_INCLUDES) 
snarf.h guile-snarf-d
 
 error.x: cpp-E.c
 posix.x: cpp-SIG.c
-load.x: libpath.h
-dynl.x: libpath.h
 
 alldotdocfiles    = $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)
 snarf2checkedtexi = GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/build-env guild 
snarf-check-and-output-texi



reply via email to

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