gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] branch master updated: fix CI


From: gnunet
Subject: [gnurl] branch master updated: fix CI
Date: Mon, 14 Sep 2020 21:12:25 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new 81435cac7 fix CI
81435cac7 is described below

commit 81435cac778714ca30302cd336fcef9157585e37
Author: nikita <nikita@NetBSD.org>
AuthorDate: Mon Sep 14 21:12:12 2020 +0200

    fix CI
---
 src/Makefile.am   | 2 +-
 tests/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 090b0368a..0623ba116 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -97,7 +97,7 @@ mkhelp.pl: mkhelp.pl.in Makefile
        $(do_subst_perl) < $(srcdir)/mkhelp.pl.in > mkhelp.pl
        @chmod +x mkhelp.pl
 
-noinst_SCRIPTS += mkhelp.pl
+noinst_SCRIPTS = mkhelp.pl
 CLEANFILES += mkhelp.pl
 
 # Use absolute directory to disable VPATH
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 349c60942..31741ae54 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -66,7 +66,7 @@ SUFFIXES = .py.in .py .pl.in .pl
        $(do_subst_perl) < $< > $@
        @chmod +x $@
 
-noinst_SCRIPTS += convsrctest.pl \
+noinst_SCRIPTS = convsrctest.pl \
                disable-scan.pl \
                error-codes.pl \
                extern-scan.pl \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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