]> 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)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 23 Oct 2013 14:34:47 +0000 (16:34 +0200)
This fixes a warning when running make -j n

modules/remotebackend/Makefile.am

index bdec59f79daaf350517b1ea9038fa3c54734b0db..ccabd540371d3af4d95f95b0a11ade250ee2f0cb 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 \