From 0d2f068fce1c98f4a1474cceb4ce74e0556a5fe2 Mon Sep 17 00:00:00 2001 From: James Peach Date: Mon, 20 Feb 2006 05:45:09 +0000 Subject: r13564: Remove trailing backslash. Makes other than GNU make choke on this. (This used to be commit 5e7efe304b2514224243ed0ac80f7fdf09c45a82) --- source3/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 8270f54b09..5d3a6e7109 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -587,8 +587,7 @@ MNT_OBJ = client/smbmnt.o lib/replace.o $(VERSION_OBJ) $(SNPRINTF_OBJ) UMOUNT_OBJ = client/smbumount.o NMBLOOKUP_OBJ = utils/nmblookup.o $(PARAM_OBJ) $(LIBNMB_OBJ) $(RPC_PARSE_OBJ1) $(DOSERR_OBJ) \ - $(LIB_NONSMBD_OBJ) $(POPT_LIB_OBJ) $(SECRETS_OBJ) $(LIBSAMBA_OBJ) \ - + $(LIB_NONSMBD_OBJ) $(POPT_LIB_OBJ) $(SECRETS_OBJ) $(LIBSAMBA_OBJ) SMBTORTURE_OBJ1 = torture/torture.o torture/nbio.o torture/scanner.o torture/utable.o \ torture/denytest.o torture/mangle_test.o -- cgit