summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-05 14:01:45 +0200
committerLars Müller <lars@samba.org>2009-02-02 18:31:39 +0100
commit5202fa31b227d8dd9a3ddfab26f7933bfd349281 (patch)
tree79d6ff91c08c1243b3f90940c1fef6eeacc9e501
parent72655775487617e2f76836a7b16bee81e430f6f1 (diff)
downloadsamba-5202fa31b227d8dd9a3ddfab26f7933bfd349281.tar.gz
build: don't install the cifs.upcall binary twice.
Guenther
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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@