From fe3195367803e90958ca6a159308c055dffbb1e0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Aug 2003 15:16:34 +0000 Subject: a few build fixes to try to get irix building (This used to be commit 4059fbcf028e105c9377ec5a302623ae282e33f1) --- source4/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/Makefile.in') diff --git a/source4/Makefile.in b/source4/Makefile.in index d6541a7b7a..3dcaf172ce 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -161,7 +161,7 @@ LIB_OBJ = lib/charcnv.o lib/debug.o lib/fault.o \ lib/module.o lib/genparser.o \ lib/ldap_escape.o lib/events.o lib/mutex.o -LIB_SMBD_OBJ = lib/system_smbd.o lib/util_smbd.o $(LIB_OBJ) +LIB_SMBD_OBJ = lib/util_smbd.o $(LIB_OBJ) READLINE_OBJ = lib/readline.o -- cgit