mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
Remove a few extra trailing backslashes
In a few different places, moving libutil before libafshcrypto_lwp caused a variable definition to have a trailing \ on the last line of the definition. This can confuse make (at least, the HP-UX make) to think the next following definition is also part of the current definition. Remove the trailing "\"s. Change-Id: I235f95813e303bc3805b5d9fc8d7861e812613e2 Reviewed-on: http://gerrit.openafs.org/5523 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
82481c6f44
commit
0ca1d92952
@ -21,7 +21,7 @@ LIBS=${TOP_LIBDIR}/libbudb.a ${TOP_LIBDIR}/libbubasics.a \
|
|||||||
${TOP_LIBDIR}/libafscom_err.a \
|
${TOP_LIBDIR}/libafscom_err.a \
|
||||||
${TOP_LIBDIR}/util.a \
|
${TOP_LIBDIR}/util.a \
|
||||||
$(TOP_LIBDIR)/libopr.a \
|
$(TOP_LIBDIR)/libopr.a \
|
||||||
${TOP_LIBDIR}/libafshcrypto_lwp.a \
|
${TOP_LIBDIR}/libafshcrypto_lwp.a
|
||||||
|
|
||||||
all: ${TOP_LIBDIR}/libbxdb.a ${TOP_INCDIR}/afs/bucoord_prototypes.h ${TOP_INCDIR}/afs/bc.h backup
|
all: ${TOP_LIBDIR}/libbxdb.a ${TOP_INCDIR}/afs/bucoord_prototypes.h ${TOP_INCDIR}/afs/bc.h backup
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ LIBS=${TOP_LIBDIR}/libbubasics.a \
|
|||||||
${TOP_LIBDIR}/libafscom_err.a \
|
${TOP_LIBDIR}/libafscom_err.a \
|
||||||
${TOP_LIBDIR}/util.a \
|
${TOP_LIBDIR}/util.a \
|
||||||
${TOP_LIBDIR}/libopr.a \
|
${TOP_LIBDIR}/libopr.a \
|
||||||
${TOP_LIBDIR}/libafshcrypto_lwp.a \
|
${TOP_LIBDIR}/libafshcrypto_lwp.a
|
||||||
|
|
||||||
COMMON_OBJS = database.o db_alloc.o db_dump.o db_hash.o struct_ops.o ol_verify.o
|
COMMON_OBJS = database.o db_alloc.o db_dump.o db_hash.o struct_ops.o ol_verify.o
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ FSLIBS=${TOP_LIBDIR}/libsys.a \
|
|||||||
${TOP_LIBDIR}/libaudit.a \
|
${TOP_LIBDIR}/libaudit.a \
|
||||||
$(TOP_LIBDIR)/libafsutil.a \
|
$(TOP_LIBDIR)/libafsutil.a \
|
||||||
$(TOP_LIBDIR)/libopr.a \
|
$(TOP_LIBDIR)/libopr.a \
|
||||||
${TOP_LIBDIR}/libafshcrypto_lwp.a \
|
${TOP_LIBDIR}/libafshcrypto_lwp.a
|
||||||
|
|
||||||
CMLIBS=${TOP_LIBDIR}/libsys.a \
|
CMLIBS=${TOP_LIBDIR}/libsys.a \
|
||||||
${TOP_LIBDIR}/libafsint.a \
|
${TOP_LIBDIR}/libafsint.a \
|
||||||
|
Loading…
Reference in New Issue
Block a user