From: Andrew Tridgell Date: Sun, 30 Jun 2002 03:47:46 +0000 (+0000) Subject: fixed a makefile syntax error that was breaking the build on some X-Git-Tag: samba-3.0.0alpha18~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eda1801493a79a27ad49e141e6adf8c8d4db85b;p=thirdparty%2Fsamba.git fixed a makefile syntax error that was breaking the build on some systems --- diff --git a/source/Makefile.in b/source/Makefile.in index 2f7e714438e..91fee728abc 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -287,7 +287,7 @@ SWAT_OBJ1 = web/cgi.o web/diagnose.o web/startstop.o web/statuspage.o \ SWAT_OBJ = $(SWAT_OBJ1) $(PRINTING_OBJ) $(LIBSMB_OBJ) $(LOCKING_OBJ) \ $(PARAM_OBJ) $(PASSDB_OBJ) $(SECRETS_OBJ) \ - $(UBIQX_OBJ) $(LIB_OBJ) $(GROUPDB_OBJ) $(PLAINTEXT_AUTH_OBJ) \ + $(UBIQX_OBJ) $(LIB_OBJ) $(GROUPDB_OBJ) $(PLAINTEXT_AUTH_OBJ) SMBSH_OBJ = smbwrapper/smbsh.o smbwrapper/shared.o \ $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ)