]> granicus.if.org Git - pdns/commitdiff
Replace hardcoded make with variable
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 23 Oct 2013 14:34:47 +0000 (16:34 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 6 Dec 2013 14:15:15 +0000 (15:15 +0100)
This fixes a warning when running make -j n

modules/remotebackend/Makefile.am

index 92bd34a713238842692973ad02c80f4f38f12c29..3d855aaae4da45977d7d9573d685af2566aede6f 100644 (file)
@@ -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 \