From: Günther Deschner Date: Fri, 5 Sep 2008 12:01:45 +0000 (+0200) Subject: build: don't install the cifs.upcall binary twice. X-Git-Tag: samba-3.0.36~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=335c3cdbd5d84d01d52fe4f8b823f3ecce9139f3;p=thirdparty%2Fsamba.git build: don't install the cifs.upcall binary twice. Guenther (cherry picked from commit 5202fa31b227d8dd9a3ddfab26f7933bfd349281) --- diff --git a/source/Makefile.in b/source/Makefile.in index 80b2a115806..cac2635986e 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -144,7 +144,7 @@ PATH_FLAGS = $(PATH_FLAGS6) $(PASSWD_FLAGS) # Note that all executable programs now provide for an optional executable suffix. -SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ bin/swat@EXEEXT@ @EXTRA_SBIN_PROGS@ @CIFSUPCALL_PROGS@ +SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ bin/swat@EXEEXT@ @EXTRA_SBIN_PROGS@ ROOT_SBIN_PROGS = @CIFSMOUNT_PROGS@