From: Jeroen Koekkoek Date: Thu, 15 Sep 2022 16:17:49 +0000 (+0200) Subject: Fix cleanup target in Makefile X-Git-Tag: release-1.8.4-rc1~3^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=175164103c43ace2b96727ee3a3bb57ce6e0ff92;p=thirdparty%2Fldns.git Fix cleanup target in Makefile --- diff --git a/Makefile.in b/Makefile.in index 6cffefa7..be1679e3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -150,7 +150,8 @@ setup-builddir: # builddir/ is used by 60-compile-builddir putdown-builddir: - rm -f include/ldns lib config.h + rm -rf include/ldns + rm -f lib config.h test ! -d include || rmdir include || : if test -d examples -a ! -f examples/README; then rmdir examples || : ; fi if test -d drill -a ! -f drill/README ; then rmdir drill || : ; fi