From f48c8bffc255e7b1c2ef1d1a07ee436ebb8de054 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 25 Nov 2019 22:14:54 +0000 Subject: [PATCH] first occurence of CLEANFILES, not second. --- src/gns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index d0a9f07cb..846507b6f 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -106,7 +106,7 @@ test_gnunet_gns.sh: test_gnunet_gns.sh.in Makefile $(do_subst_pkgdatadir) < $(srcdir)/test_gnunet_gns.sh.in > test_gnunet_gns.sh @chmod +x test_gnunet_gns.sh -CLEANFILES += test_gnunet_gns.sh +CLEANFILES = test_gnunet_gns.sh libgnunet_plugin_rest_gns_la_SOURCES = \ plugin_rest_gns.c -- 2.25.1