]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix cleanup target in Makefile
authorJeroen Koekkoek <jeroen@koekkoek.nl>
Thu, 15 Sep 2022 16:17:49 +0000 (18:17 +0200)
committerJeroen Koekkoek <jeroen@koekkoek.nl>
Thu, 15 Sep 2022 16:17:49 +0000 (18:17 +0200)
Makefile.in

index 6cffefa70c11e0d65e34869cec463e6ebfd03077..be1679e3c826ade97bb384a9b645c1c981b4c849 100644 (file)
@@ -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