From: Jelmer Vernooij Date: Mon, 29 Sep 2008 22:32:20 +0000 (+0200) Subject: Re-add uninstallplugins, there has to be at least one instance of this. X-Git-Tag: samba-4.0.0alpha6~769^2~228^2~91^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=257fe87efd079ccc085e67d04c7797dbf2e84c51;p=thirdparty%2Fsamba.git Re-add uninstallplugins, there has to be at least one instance of this. --- diff --git a/source4/Makefile b/source4/Makefile index 71529305b45..74383b1a59e 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -285,6 +285,8 @@ uninstallman:: @echo "Removing manpages" @$(SHELL) $(srcdir)/script/uninstallman.sh $(DESTDIR)$(mandir) $(MANPAGES) +uninstallplugins:: + uninstallpc:: @echo "Removing package configurations" @cd $(DESTDIR)$(pkgconfigdir); rm -f $(notdir $(PC_FILES))