summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-02-02 14:13:48 +0000
committerStefan Metzmacher <metze@samba.org>2004-02-02 14:13:48 +0000
commitcc4af8d13a7a5d657d8d70d8734b6e9d38261b7a (patch)
tree5486797c564994a5ff42d7b3db2bc2fe33193cc4 /source4/Makefile.in
parentc61089219b82ff94f83e1fb428e8b47ad778c868 (diff)
downloadsamba-cc4af8d13a7a5d657d8d70d8734b6e9d38261b7a.tar.gz
samba-cc4af8d13a7a5d657d8d70d8734b6e9d38261b7a.tar.bz2
samba-cc4af8d13a7a5d657d8d70d8734b6e9d38261b7a.zip
readd this fix:
fix PROTO_OBJS ... fix make proto on some platforms metze (This used to be commit 5346756a65af12aed1696318e41ea0deab1c7fda)
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 71525952a5..66c2134171 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -272,7 +272,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