From ac084db23187fe2b7d381b61f9ece8d2d5927753 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Mon, 19 Jun 2017 12:19:14 +0200 Subject: [PATCH] Don't build libtool stubby if installed directly --- Makefile.in | 2 +- src/tools/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 4945da49..22350b55 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52,7 +52,7 @@ everything: default default: cd src && $(MAKE) $@ -install: all getdns.pc getdns_ext_event.pc @INSTALL_GETDNS_QUERY@ @INSTALL_STUBBY@ +install: default getdns.pc getdns_ext_event.pc @INSTALL_GETDNS_QUERY@ @INSTALL_STUBBY@ $(INSTALL) -m 755 -d $(DESTDIR)$(docdir) $(INSTALL) -m 644 $(srcdir)/AUTHORS $(DESTDIR)$(docdir) $(INSTALL) -m 644 $(srcdir)/ChangeLog $(DESTDIR)$(docdir) diff --git a/src/tools/Makefile.in b/src/tools/Makefile.in index d066e824..7e291603 100644 --- a/src/tools/Makefile.in +++ b/src/tools/Makefile.in @@ -86,7 +86,7 @@ uninstall-stubby: $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bindir)/stubby clean: - rm -f *.o *.lo $(PROGRAMS) + rm -f *.o *.lo $(PROGRAMS) stubby rm -rf .libs distclean : clean