From b11bf8b7cf899dbbae213aa5c876eec7102fd5c8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 3 Jun 2009 11:28:52 -0700 Subject: Fix S3 "make install". Don't build cifs.upcall.c in S4 as there are no checks to see if the required include file is available. Jeremy. --- source4/client/config.mk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source4/client') diff --git a/source4/client/config.mk b/source4/client/config.mk index 6de804f2da..dee42d016a 100644 --- a/source4/client/config.mk +++ b/source4/client/config.mk @@ -32,10 +32,9 @@ INSTALLDIR = BINDIR umount.cifs_OBJ_FILES = ../client/umount.cifs.o \ ../client/mtab.o -[BINARY::cifs.upcall] -INSTALLDIR = BINDIR - -cifs.upcall_OBJ_FILES = ../client/cifs.upcall.o +#[BINARY::cifs.upcall] +#INSTALLDIR = BINDIR +#cifs.upcall_OBJ_FILES = ../client/cifs.upcall.o ################################# # Start BINARY cifsdd -- cgit