Take -lgnuregex back out. Linking with it causes 'make install' to fail.

This commit is contained in:
Rich Murphey 1994-02-03 04:23:11 +00:00
parent cd08e4cab2
commit 36ae463bf0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1078

View file

@ -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}