From 0610aedb6b47e54f41b275b1a5f2f9e0cf282d42 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Sun, 1 Jun 2014 17:16:41 +0200 Subject: [PATCH] Clean pdns_hw test binary and version_generated.h --- pdns/Makefile-recursor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index 300ff71ee1..6acfb6fda6 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 > $@ -- 2.47.2