From: Ruben Kerkhof Date: Wed, 23 Oct 2013 14:34:47 +0000 (+0200) Subject: Replace hardcoded make with variable X-Git-Tag: rec-3.6.0-rc1~384^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a168e9a25e63da66df666ec131e51307dc5de268;p=pdns Replace hardcoded make with variable This fixes a warning when running make -j n --- diff --git a/modules/remotebackend/Makefile.am b/modules/remotebackend/Makefile.am index bdec59f79..ccabd5403 100644 --- a/modules/remotebackend/Makefile.am +++ b/modules/remotebackend/Makefile.am @@ -21,7 +21,7 @@ TESTS=test_remotebackend_pipe test_remotebackend_unix test_remotebackend_http te BUILT_SOURCES=../../pdns/dnslabeltext.cc ../../pdns/dnslabeltext.cc: ../../pdns/dnslabeltext.rl - make -C ../../pdns dnslabeltext.cc + $(MAKE) -C ../../pdns dnslabeltext.cc libtestremotebackend_la_SOURCES=../../pdns/dnsbackend.hh ../../pdns/dnsbackend.cc ../../pdns/ueberbackend.hh ../../pdns/ueberbackend.cc \ ../../pdns/nameserver.cc ../../pdns/misc.cc ../../pdns/arguments.hh \