Skip to content

Commit

Permalink
Replace hardcoded make with variable
Browse files Browse the repository at this point in the history
This fixes a warning when running make -j n
  • Loading branch information
rubenk authored and Peter van Dijk committed Dec 6, 2013
1 parent 7c31fcf commit a7aa9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/remotebackend/Makefile.am
Expand Up @@ -21,7 +21,7 @@ TESTS=test_remotebackend_pipe test_remotebackend_unix test_remotebackend_http te
BUILT_SOURCES=../../pdns/dnslabeltext.cc BUILT_SOURCES=../../pdns/dnslabeltext.cc


../../pdns/dnslabeltext.cc: ../../pdns/dnslabeltext.rl ../../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 \ libtestremotebackend_la_SOURCES=../../pdns/dnsbackend.hh ../../pdns/dnsbackend.cc ../../pdns/ueberbackend.hh ../../pdns/ueberbackend.cc \
../../pdns/nameserver.cc ../../pdns/misc.cc ../../pdns/arguments.hh \ ../../pdns/nameserver.cc ../../pdns/misc.cc ../../pdns/arguments.hh \
Expand Down

0 comments on commit a7aa9be

Please sign in to comment.