From fa453d944d0038e39004da13963430bd312b5804 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 3 Jul 2009 02:59:40 +0200 Subject: [PATCH] s4: Don't install epdump, since it no longer exists. --- source4/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source4/Makefile b/source4/Makefile index 62fb9d4422d..d6ce5170ca6 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -115,8 +115,7 @@ INSTALL_SCRIPTS = $(addprefix scripting/bin/, \ autoidl \ samba3dump \ rpcclient \ - smbstatus \ - epdump) + smbstatus) $(foreach SCRIPT,$(INSTALL_SCRIPTS),$(eval $(call binary_install_template,$(SCRIPT)))) -- 2.11.4.GIT