]> granicus.if.org Git - pdns/commitdiff
Fail when compiling epollmplexer fails
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 4 Feb 2015 09:47:51 +0000 (10:47 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 4 Feb 2015 09:47:51 +0000 (10:47 +0100)
pdns/sysdeps-recursor/Linux.inc

index 9e84ef5d3633037d5f1841cf28d99ff141fd121b..ecad13ce2d906c9b16778713531bbe3b5d1234c0 100644 (file)
@@ -17,5 +17,5 @@ LUA_LIBS_CONFIG ?= -llua5.1 -rdynamic
 
 
 optional/epollmplexer.o: epollmplexer.cc
-       $(CXX) $(CXXFLAGS) -c $< -o $@ ; true
+       $(CXX) $(CXXFLAGS) -c $< -o $@