We really, really /don't/ want to have a shared lex library. Also,

current users should note that the old 1.1.5 lex can't process the
new scan.l, so you have to copy initscan.c to obj/scan.c before it will
build.
This commit is contained in:
Garrett Wollman 1994-08-25 23:11:07 +00:00
parent 367eafb79a
commit ee307ac8ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2285

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp $
LIB= ln
SRCS= libmain.c libyywrap.c
@ -8,13 +8,7 @@ LINKS= ${LIBDIR}/libln.a ${LIBDIR}/libl.a \
LINKS+= ${LIBDIR}/libln_p.a ${LIBDIR}/libl_p.a
.endif
.if !defined(NOSHARED)
LINKS+= ${LIBDIR}/libln.so.$(SHLIB_MAJOR).$(SHLIB_MINOR) \
${LIBDIR}/libl.so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
.endif
#This is where we get our SHLIB_MAJOR and SHLIB_MINOR
.include "${.CURDIR}/../../../lib/Makefile.inc"
NOSHARED=
.include <bsd.lib.mk>