mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
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.
This commit is contained in:
parent
3abd8e1ac1
commit
0ef4b76221
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue