From be7fca06530829373149487b411611f579eae266 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 3 Oct 2012 10:27:37 -0400 Subject: [PATCH] comerr: no need to libl on macos libl is obsolete on macos; stop linking it Change-Id: If6e184b6a13ccd3f6b175e9dfbfae9a595322159 Reviewed-on: http://gerrit.openafs.org/8200 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/comerr/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comerr/Makefile.in b/src/comerr/Makefile.in index 75bc1615e..cead25c56 100644 --- a/src/comerr/Makefile.in +++ b/src/comerr/Makefile.in @@ -37,7 +37,7 @@ et_lex.lex.c: et_lex.lex.l compile_et: compile_et.o error_table.o $(Q)case $(SYS_NAME) in \ - *_linux* | *_umlinux* ) \ + *_linux* | *_umlinux* | *_darwin* ) \ $(AFS_LDRULE_NOQ) compile_et.o error_table.o -L${TOP_LIBDIR} -lopr;; \ * ) \ $(AFS_LDRULE_NOQ) compile_et.o error_table.o -L${TOP_LIBDIR} -lopr -ll;; \ -- 2.39.5