Remove extra trailing \s in Makefiles
authorAndrew Deason <adeason@sinenomine.net>
Wed, 22 Dec 2010 02:40:19 +0000 (21:40 -0500)
committerDerrick Brashear <shadow@dementia.org>
Mon, 27 Dec 2010 20:02:45 +0000 (12:02 -0800)
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>

src/bozo/Makefile.in
src/shlibafsrpc/Makefile.in
src/viced/Makefile.in

index 8c7ad11..b550a72 100644 (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
index 619ef4a..f125fbd 100644 (file)
@@ -42,7 +42,7 @@ SYSOBJS =\
 UTILOBJS =\
        assert.o \
        casestrcpy.o \
-       base64.o \
+       base64.o
 
 COMERROBJS =\
        error_msg.o \
index 2172704..77d81c2 100644 (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 \