From: Christian Hofstaedtler Date: Sun, 1 Jun 2014 15:16:41 +0000 (+0200) Subject: Clean pdns_hw test binary and version_generated.h X-Git-Tag: rec-3.6.0~19^2~13^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0610aedb6b47e54f41b275b1a5f2f9e0cf282d42;p=pdns Clean pdns_hw test binary and version_generated.h --- diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index 300ff71ee..6acfb6fda 100644 --- a/pdns/Makefile-recursor +++ b/pdns/Makefile-recursor @@ -110,7 +110,7 @@ clean: binclean -rm -f dep *~ *.gcda *.gcno optional/*.gcda optional/*.gcno binclean: - -rm -f *.o pdns_recursor rec_control optional/*.o build-stamp ext/polarssl-1.3.2/library/*.o ext/yahttp/yahttp/*.o + -rm -f *.o pdns_hw pdns_recursor rec_control optional/*.o build-stamp ext/polarssl-1.3.2/library/*.o ext/yahttp/yahttp/*.o version_generated.h dep: $(CXX) $(CXXFLAGS) -MM -MG *.cc *.hh > $@