mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
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.
This commit is contained in:
parent
b5dcdf2e25
commit
0465c8834e
1 changed files with 2 additions and 4 deletions
|
@ -449,8 +449,8 @@ vm-operations.h: vm-engine.c
|
||||||
| sed -e 's,VM_DEFINE_OP (\(.*\)).*, M (\1) \\,' >> $@
|
| sed -e 's,VM_DEFINE_OP (\(.*\)).*, M (\1) \\,' >> $@
|
||||||
@echo '' >> $@
|
@echo '' >> $@
|
||||||
|
|
||||||
BUILT_INCLUDES = vm-operations.h scmconfig.h
|
BUILT_INCLUDES = vm-operations.h scmconfig.h libpath.h
|
||||||
BUILT_SOURCES = cpp-E.c cpp-SIG.c libpath.h $(BUILT_INCLUDES) \
|
BUILT_SOURCES = cpp-E.c cpp-SIG.c $(BUILT_INCLUDES) \
|
||||||
$(DOT_X_FILES) $(EXTRA_DOT_X_FILES)
|
$(DOT_X_FILES) $(EXTRA_DOT_X_FILES)
|
||||||
|
|
||||||
# Force the generation of `guile-procedures.texi' because the top-level
|
# 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
|
error.x: cpp-E.c
|
||||||
posix.x: cpp-SIG.c
|
posix.x: cpp-SIG.c
|
||||||
load.x: libpath.h
|
|
||||||
dynl.x: libpath.h
|
|
||||||
|
|
||||||
alldotdocfiles = $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)
|
alldotdocfiles = $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)
|
||||||
snarf2checkedtexi = GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/build-env guild snarf-check-and-output-texi
|
snarf2checkedtexi = GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/build-env guild snarf-check-and-output-texi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue