guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch main updated: Attempt to fix distcheck


From: Andy Wingo
Subject: [Guile-commits] branch main updated: Attempt to fix distcheck
Date: Thu, 20 Jun 2024 09:35:19 -0400

This is an automated email from the git hooks/post-receive script.

wingo pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new d26130808 Attempt to fix distcheck
d26130808 is described below

commit d261308088790b7bc47869d4508f9c0322d1e552
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Thu Jun 20 15:13:15 2024 +0200

    Attempt to fix distcheck
    
    * libguile/Makefile.am (install-data-hook): Remove temp GDB file.
---
 libguile/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index f5d43cc01..8d8fa27d7 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -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.



reply via email to

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