From d92e02c07898b1f0c89635c179c53b96c0c25dbd Mon Sep 17 00:00:00 2001 From: jtc Date: Fri, 4 Feb 1994 18:01:37 +0000 Subject: [PATCH] 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. --- usr.bin/lex/lib/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index b88f0568fbc7..7c3fbfd6f5a1 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -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