summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-05 14:01:45 +0200
committerGünther Deschner <gd@samba.org>2008-09-11 14:54:55 +0200
commita2919ddd38939a9a979adc8778fb88a9bb2499f8 (patch)
tree2731c9fa1ea760d560b50952635e3fac2959257a /source3
parentcf1e3e557957ab8af907eada89ee0e84bc63ff61 (diff)
downloadsamba-a2919ddd38939a9a979adc8778fb88a9bb2499f8.tar.gz
samba-a2919ddd38939a9a979adc8778fb88a9bb2499f8.tar.bz2
samba-a2919ddd38939a9a979adc8778fb88a9bb2499f8.zip
build: don't install the cifs.upcall binary twice.
Guenther (This used to be commit 1f44b4aaa5f700827ee2ab272ae4b59e559b094b)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 8b46ab6d8b..b67cfe8bb8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -178,7 +178,7 @@ PATH_FLAGS = -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" \
# Note that all executable programs now provide for an optional executable suffix.
-SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@ @CIFSUPCALL_PROGS@
+SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@
ROOT_SBIN_PROGS = @CIFSMOUNT_PROGS@