summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-02-02 07:02:15 +0000
committerStefan Metzmacher <metze@samba.org>2004-02-02 07:02:15 +0000
commitbfb86c49eac0cced75b7c611005602f2a6b21944 (patch)
tree8b7550197afc43a76f0419552bc45cea1205c358 /source4/Makefile.in
parent9b736c3d9e459241232f2313ad6f99a352633c19 (diff)
downloadsamba-bfb86c49eac0cced75b7c611005602f2a6b21944.tar.gz
samba-bfb86c49eac0cced75b7c611005602f2a6b21944.tar.bz2
samba-bfb86c49eac0cced75b7c611005602f2a6b21944.zip
fix PROTO_OBJS ... fix make proto on some platforms
metze (This used to be commit ae37d9bb3f570a069d5a0492a1ecac9a4d14a7f5)
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 2ad5992ec6..4f22898787 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -280,7 +280,7 @@ PROTO_OBJ = $(SMBD_OBJ_SRV) \
$(AUTH_OBJ) $(PARAM_OBJ) $(SECRETS_OBJ) \
$(PASSDB_OBJ) \
$(READLINE_OBJ) $(CLIENT_OBJ1) \
- $(LIB_OBJ) $(POPT_LIB_OBJ) \
+ $(LIB_OBJ) $(POPT_LIB_OBJ)
POPT_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \
popt/popthelp.o popt/poptparse.o