From: Willem Toorop Date: Thu, 19 Jan 2017 08:44:50 +0000 (+0100) Subject: Unnecessary double rmdir X-Git-Tag: release-1.7.1-rc1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e45456bdb9f886fee211483d8c35eedfe0557ffa;p=thirdparty%2Fldns.git Unnecessary double rmdir --- diff --git a/Makefile.in b/Makefile.in index 853777e8..5c3bd009 100644 --- a/Makefile.in +++ b/Makefile.in @@ -364,9 +364,7 @@ install-pc: packaging/libldns.pc uninstall-pc: $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/pkgconfig/ldns.pc test ! -d $(DESTDIR)$(libdir)/pkgconfig || rmdir -p $(DESTDIR)$(libdir)/pkgconfig || echo "ok, dir already gone" - test ! -d $(DESTDIR)$(libdir) || rmdir -p $(DESTDIR)$(libdir) || echo "ok, dir already gone" - install-lib: lib $(INSTALL) -m 755 -d $(DESTDIR)$(libdir) $(LIBTOOL) --mode=install cp libldns.la $(DESTDIR)$(libdir)