Create links from libl.a & libl_p.a to libfl.a & libfl_p.a.

Programs configured with GNU autoconf notice flex, and assume that
executables should be linked with the -lfl library.
This commit is contained in:
jtc 1994-02-04 18:01:37 +00:00
parent 78132c69bc
commit d92e02c078

View File

@ -1,8 +1,11 @@
# from: @(#)Makefile 5.1 (Berkeley) 6/18/90
# $Id: Makefile,v 1.7 1994/01/07 00:02:14 jtc Exp $
# $Id: Makefile,v 1.8 1994/02/04 18:01:37 jtc Exp $
LIB= l
SRCS= libmain.c libyywrap.c
NOPIC=
LINKS= ${DESTDIR}/usr/lib/libl.a ${DESTDIR}/usr/lib/libfl.a \
${DESTDIR}/usr/lib/libl_p.a ${DESTDIR}/usr/lib/libfl_p.a
.include <bsd.lib.mk>