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)
commit95ef4cfd394345ed4c1f7902fa9dc198dcbec938
treee4947549aab5ed2b4b23f5cc009faf3a701ee554
parent02a2f6005042b9370350bdc03d4aab83355b205d
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>
src/bozo/Makefile.in
src/shlibafsrpc/Makefile.in
src/viced/Makefile.in