From: Ruben Kerkhof Date: Fri, 6 Mar 2015 16:15:57 +0000 (+0100) Subject: SunOS: Fail when compiling devpollmplexer fails X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2~62^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2326%2Fhead;p=thirdparty%2Fpdns.git SunOS: Fail when compiling devpollmplexer fails We leave the : true for portsmplexer.cc since Solaris 9 doesn't have port.h --- diff --git a/pdns/sysdeps-recursor/SunOS.inc b/pdns/sysdeps-recursor/SunOS.inc index f42e482e42..a454817e4c 100644 --- a/pdns/sysdeps-recursor/SunOS.inc +++ b/pdns/sysdeps-recursor/SunOS.inc @@ -20,5 +20,5 @@ optional/portsmplexer.o: portsmplexer.cc optional/devpollmplexer.o: devpollmplexer.cc - $(CXX) $(CXXFLAGS) -c $< -o $@ ; true + $(CXX) $(CXXFLAGS) -c $< -o $@