summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-08-15 15:16:34 +0000
committerAndrew Tridgell <tridge@samba.org>2003-08-15 15:16:34 +0000
commitfe3195367803e90958ca6a159308c055dffbb1e0 (patch)
tree14bc6094c7eebf1d0733151b5508f0522fdc12c0 /source4/Makefile.in
parent03ecf9b2aa1cc011c94a79dfda010f1f14f617fc (diff)
downloadsamba-fe3195367803e90958ca6a159308c055dffbb1e0.tar.gz
samba-fe3195367803e90958ca6a159308c055dffbb1e0.tar.bz2
samba-fe3195367803e90958ca6a159308c055dffbb1e0.zip
a few build fixes to try to get irix building
(This used to be commit 4059fbcf028e105c9377ec5a302623ae282e33f1)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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