summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-05 14:01:45 +0200
committerKarolin Seeger <kseeger@samba.org>2009-07-30 09:22:10 +0200
commit335c3cdbd5d84d01d52fe4f8b823f3ecce9139f3 (patch)
tree615ca84356f7f7d04fc17f174e38d272e231a566
parent51c9822b0cffeabd6cdd6b17e96e97dccc3c6517 (diff)
downloadsamba-335c3cdbd5d84d01d52fe4f8b823f3ecce9139f3.tar.gz
build: don't install the cifs.upcall binary twice.
Guenther (cherry picked from commit 5202fa31b227d8dd9a3ddfab26f7933bfd349281)
-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@