Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2020 14:33:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359240 - head/sys/dev/aic7xxx/aicasm
Message-ID:  <202003231433.02NEXUdm003128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 23 14:33:29 2020
New Revision: 359240
URL: https://svnweb.freebsd.org/changeset/base/359240

Log:
  Remove unneeded dependency on libl

Modified:
  head/sys/dev/aic7xxx/aicasm/Makefile

Modified: head/sys/dev/aic7xxx/aicasm/Makefile
==============================================================================
--- head/sys/dev/aic7xxx/aicasm/Makefile	Mon Mar 23 14:11:49 2020	(r359239)
+++ head/sys/dev/aic7xxx/aicasm/Makefile	Mon Mar 23 14:33:29 2020	(r359240)
@@ -13,7 +13,6 @@ GENHDRS=	aicasm_gram.h aicasm_macro_gram.h
 
 SRCS=	${GENHDRS} ${CSRCS} ${YSRCS} ${LSRCS}
 CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g}
-LIBADD=	l
 WARNS?=	0
 
 # Correct path for kernel builds



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003231433.02NEXUdm003128>