readd this fix:
authorStefan Metzmacher <metze@samba.org>
Mon, 2 Feb 2004 14:13:48 +0000 (14:13 +0000)
committerStefan Metzmacher <metze@samba.org>
Mon, 2 Feb 2004 14:13:48 +0000 (14:13 +0000)
fix PROTO_OBJS ... fix make proto on some platforms

metze

source/Makefile.in

index 71525952a5580f02df03b1dda3256a165bb591ea..66c21341713d7857676c2ec923359bf69e0fc205 100644 (file)
@@ -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