guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Ludovic Courtès
Date: Wed, 31 May 2023 10:23:16 -0400 (EDT)

branch: master
commit e03a2570c6a4ba9d7512f030870e492e639156a5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed May 31 00:16:08 2023 +0200

    build: "make clean" deletes src/cuirass/scripts/*.go.
    
    * Makefile.am (CLEANFILES): Fix typo in "nodist_scriptsobject_DATA".
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index b483384..abeaefa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -184,7 +184,7 @@ TESTS = \
 CLEANFILES =                                   \
   $(nodist_guilesite_DATA)                     \
   $(dist_pkgmodule_DATA:.scm=.go)              \
-  $(nodist_scriptsmodule_DATA)                 \
+  $(nodist_scriptsobject_DATA)                 \
   $(nodist_webobject_DATA)                     \
   $(nodist_guileobject_DATA)                   \
   src/cuirass/config.go



reply via email to

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