mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Attempt to fix distcheck
* libguile/Makefile.am (install-data-hook): Remove temp GDB file.
This commit is contained in:
parent
eb3db96ce0
commit
d261308088
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
## Process this file with Automake to create Makefile.in
|
||||
##
|
||||
## Copyright (C) 1998-2004, 2006-2014, 2016-2023
|
||||
## Copyright (C) 1998-2004, 2006-2014, 2016-2024
|
||||
## Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
|
@ -521,7 +521,8 @@ install-data-hook: libguile-@GUILE_EFFECTIVE_VERSION@-gdb.scm
|
|||
$(DESTDIR)$(libdir)/$$libname-gdb.scm"; \
|
||||
$(INSTANTIATE) "$<" > $$libname-gdb.scm; \
|
||||
$(INSTALL_DATA) $$libname-gdb.scm \
|
||||
"$(DESTDIR)$(libdir)/$$libname-gdb.scm";
|
||||
"$(DESTDIR)$(libdir)/$$libname-gdb.scm"; \
|
||||
rm $$libname-gdb.scm
|
||||
|
||||
# Remove the GDB support file and the Info 'dir' file that
|
||||
# 'install-info' 5.x installs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue