From: Vladimír Čunát Date: Tue, 4 Apr 2017 14:10:22 +0000 (+0200) Subject: daemon.mk: remove brace expansions (non-POSIX) X-Git-Tag: v1.2.5~6^2~2^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86a5265a03570189cf0ef6f617ee33471c560edd;p=thirdparty%2Fknot-resolver.git daemon.mk: remove brace expansions (non-POSIX) The code is uglier to me but I can't see what else to do. --- diff --git a/daemon/daemon.mk b/daemon/daemon.mk index accd14ae7..70a149053 100644 --- a/daemon/daemon.mk +++ b/daemon/daemon.mk @@ -52,7 +52,8 @@ ifneq ($(SED),) $(INSTALL) -m 0644 doc/kresd.8 $(DESTDIR)$(MANDIR)/man8/ endif daemon-clean: kresd-clean - @$(RM) daemon/lua/*.inc daemon/lua/{kres,trust_anchors,zonefile}.lua + @$(RM) daemon/lua/*.inc daemon/lua/kres.lua daemon/lua/trust_anchors.lua \ + daemon/lua/zonefile.lua KNOT_RRSET_TXT_DUMP := \ $(shell pkg-config libknot --atleast-version=2.4.0 && echo true || echo false)