OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-595-g95ef4cf
Gerrit Code Review
gerrit@openafs.org
Mon, 27 Dec 2010 12:03:27 -0800 (PST)
The following commit has been merged in the master branch:
commit 95ef4cfd394345ed4c1f7902fa9dc198dcbec938
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Dec 21 21:40:19 2010 -0500
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 | 2 +-
src/shlibafsrpc/Makefile.in | 2 +-
src/viced/Makefile.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository