From b5e37926b760d11eff7d1cd253b66bfd63f1a3b2 Mon Sep 17 00:00:00 2001 From: rich Date: Thu, 3 Feb 1994 04:23:11 +0000 Subject: [PATCH] Take -lgnuregex back out. Linking with it causes 'make install' to fail. --- bin/expr/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/expr/Makefile b/bin/expr/Makefile index c2db2b639aa..416707e76b9 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -3,8 +3,6 @@ PROG= expr SRCS= expr.c CLEANFILES+= expr.c y.tab.h -LDADD+= -lgnuregex -DPADD+= /usr/lib/libgnuregex.a expr.c: ${YACC} -d ${.IMPSRC} -- 2.45.2