diff options
author | rich <rich@FreeBSD.org> | 1994-02-03 04:23:11 +0000 |
---|---|---|
committer | rich <rich@FreeBSD.org> | 1994-02-03 04:23:11 +0000 |
commit | b5e37926b760d11eff7d1cd253b66bfd63f1a3b2 (patch) | |
tree | 5c94762fc6e3f2b64d85816b81b0dc74a749cb68 /bin/expr | |
parent | 1e80a7b9b23cd9f518a04fbcb17152f6f4b98cf4 (diff) | |
download | FreeBSD-src-b5e37926b760d11eff7d1cd253b66bfd63f1a3b2.zip FreeBSD-src-b5e37926b760d11eff7d1cd253b66bfd63f1a3b2.tar.gz |
Take -lgnuregex back out. Linking with it causes 'make install' to fail.
Diffstat (limited to 'bin/expr')
-rw-r--r-- | bin/expr/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile index c2db2b6..416707e 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} |