From: Derrick Brashear Date: Wed, 3 Oct 2012 14:27:37 +0000 (-0400) Subject: comerr: no need to libl on macos X-Git-Tag: upstream/1.8.0_pre1^2~1940 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=be7fca06530829373149487b411611f579eae266;p=packages%2Fo%2Fopenafs.git 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 --- 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;; \