diff options
author | James Peach <jpeach@samba.org> | 2006-02-20 05:45:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:14 -0500 |
commit | 0d2f068fce1c98f4a1474cceb4ce74e0556a5fe2 (patch) | |
tree | 2538481b7de42e466a56ecbad1d7f8a230272656 /source3 | |
parent | a4d755dacc8e72b6a5f7743f03760fba5810d743 (diff) | |
download | samba-0d2f068fce1c98f4a1474cceb4ce74e0556a5fe2.tar.gz samba-0d2f068fce1c98f4a1474cceb4ce74e0556a5fe2.tar.bz2 samba-0d2f068fce1c98f4a1474cceb4ce74e0556a5fe2.zip |
r13564: Remove trailing backslash. Makes other than GNU make choke on this.
(This used to be commit 5e7efe304b2514224243ed0ac80f7fdf09c45a82)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
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 |