]> granicus.if.org Git - pdns/commitdiff
Clean pdns_hw test binary and version_generated.h
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Sun, 1 Jun 2014 15:16:41 +0000 (17:16 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Sun, 1 Jun 2014 15:19:33 +0000 (17:19 +0200)
pdns/Makefile-recursor

index 300ff71ee1b32a17fc421bb40fe57a856efcffc4..6acfb6fda62201d84e03864fd0658b2e32b0175b 100644 (file)
@@ -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 > $@