From cc071714fad5ab3a1c27782963fbd8d4d63437dc Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Sun, 16 May 2010 19:47:04 -0500 Subject: [PATCH] libuafs: Remove afsd symlink in setup Remove the 'afsd' symlink in the build setup, along with the other symlinks. Otherwise, we try to recreate it every time and fail, since it already exists. Change-Id: I8fd70d6c29695f92a5a800bea34630221d142370 Reviewed-on: http://gerrit.openafs.org/2046 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/libuafs/Makefile.common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libuafs/Makefile.common.in b/src/libuafs/Makefile.common.in index 9e2d79998b..108031d8ce 100644 --- a/src/libuafs/Makefile.common.in +++ b/src/libuafs/Makefile.common.in @@ -1503,7 +1503,7 @@ AFSWEB: mkdir -p $@ setup_common: - -$(RM) -f h net netinet rpc ufs nfs machine sys inet nsapi + -$(RM) -f h net netinet rpc ufs nfs machine sys inet nsapi afsd -ln -s /usr/include/sys h -ln -s /usr/include/net net -ln -s /usr/include/netinet netinet