Remove extra trailing \s in Makefiles

Remove a few extra trailing \s in Makefiles in viced and bozo. Some
'make's (such as the make on HP-UX) interpret this to e.g. include the
following "headers=" stuff to be included in LIBS, which obviously
causes problems.

Change-Id: I7a49ce5b8d40636bb3b4fe7978aa25b5411c7eed
Reviewed-on: http://gerrit.openafs.org/3575
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Andrew Deason 2010-12-21 21:40:19 -05:00 committed by Derrick Brashear
parent 02a2f60050
commit 95ef4cfd39
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ LIBS= ${TOP_LIBDIR}/librx.a \
${TOP_LIBDIR}/util.a \
${TOP_LIBDIR}/libsys.a \
${TOP_LIBDIR}/libprocmgmt.a \
${TOP_LIBDIR}/libafshcrypto_lwp.a \
${TOP_LIBDIR}/libafshcrypto_lwp.a
OBJS=bosserver.o bnode.o ezbnodeops.o fsbnodeops.o bosint.ss.o bosint.xdr.o \
bosoprocs.o cronbnodeops.o

View File

@ -42,7 +42,7 @@ SYSOBJS =\
UTILOBJS =\
assert.o \
casestrcpy.o \
base64.o \
base64.o
COMERROBJS =\
error_msg.o \

View File

@ -35,7 +35,7 @@ LIBS=${TOP_LIBDIR}/libacl.a \
${TOP_LIBDIR}/libcom_err.a \
${TOP_LIBDIR}/liblwp.a \
${TOP_LIBDIR}/libafsutil.a \
${TOP_LIBDIR}/libafshcrypto_lwp.a \
${TOP_LIBDIR}/libafshcrypto_lwp.a
headers=${TOP_INCDIR}/lwp.h \
${TOP_INCDIR}/afs/acl.h \