From eca0d39a5d8cc8d5214e0ee91f45359f4eceda67 Mon Sep 17 00:00:00 2001 From: zhengshuxin Date: Sat, 25 Mar 2017 23:55:33 +0800 Subject: [PATCH] comment error. --- lib_acl_cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_acl_cpp/Makefile b/lib_acl_cpp/Makefile index ed04886cc..8c7404eb0 100644 --- a/lib_acl_cpp/Makefile +++ b/lib_acl_cpp/Makefile @@ -229,7 +229,7 @@ shared: depends pch $(OBJS_DST) -R$(rpath) -L$(rpath) $(shared_ldflags); \ echo 'build $(rpath)/$(SHARED_LIBNAME) ok!'; \ elif test -n "$(rpath)" && test "$(UNIXTYPE)" = "FREEBSD"; then \ - echo "building for Darwin"; \ + echo "building for FreeBSD"; \ $(CC) -shared -o $(rpath)/$(SHARED_LIBNAME) $(OBJS_DST) \ -R$(rpath) -L$(rpath) $(shared_ldflags); \ echo 'build $(rpath)/$(SHARED_LIBNAME) ok!'; \