From bfb86c49eac0cced75b7c611005602f2a6b21944 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 2 Feb 2004 07:02:15 +0000 Subject: fix PROTO_OBJS ... fix make proto on some platforms metze (This used to be commit ae37d9bb3f570a069d5a0492a1ecac9a4d14a7f5) --- 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 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 -- cgit