From: Volker Lendecke Date: Mon, 23 Jul 2007 15:29:56 +0000 (+0000) Subject: r24007: Attempt to fix the build on host "gwen". The Makefile ended up with an X-Git-Tag: samba-4.0.0alpha6~801^2~5270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1bbb6e5a0b4c25139472183d271fb5f3598aab77;p=thirdparty%2Fsamba.git r24007: Attempt to fix the build on host "gwen". The Makefile ended up with an empty line. (This used to be commit d05f7aefdfb2177fff665fc5dc44794c33c92612) --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 03670f2720b..4ffebdac35a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1691,8 +1691,8 @@ bin/wbinfo@EXEEXT@: $(BINARY_PREREQS) $(WBINFO_OBJ) @BUILD_POPT@ @echo Linking $@ @$(CC) $(FLAGS) -o $@ $(LDFLAGS) $(WBINFO_OBJ) $(DYNEXP) $(LIBS) $(LDAP_LIBS) @POPTLIBS@ -bin/ntlm_auth@EXEEXT@: $(BINARY_PREREQS) $(NTLM_AUTH_OBJ) $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \ - @BUILD_POPT@ +bin/ntlm_auth@EXEEXT@: $(BINARY_PREREQS) $(NTLM_AUTH_OBJ) $(PARAM_OBJ) \ + $(LIB_NONSMBD_OBJ) @BUILD_POPT@ @echo Linking $@ @$(CC) $(FLAGS) -o $@ $(LDFLAGS) $(DYNEXP) $(NTLM_AUTH_OBJ) \ $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) $(LIBS) \