Don't link with -ly.

This commit is contained in:
jtc 1993-07-03 00:40:42 +00:00
parent f48bf94b96
commit 714aa93ff9
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ SRCS= parse.c scan.c memory.c main.c hash.c execute.c code.c \
fin.c files.c scancode.c matherr.c fcall.c version.c
SRCS+= rexp.c rexp0.c rexp1.c rexp2.c rexp3.c rexpdb.c
LDADD= -lm -ly
DPADD= ${LIBMATH} ${LIB
LDADD= -lm
DPADD= ${LIBMATH}
CLEANFILES+=parse.c parse.h
.PATH: ${.CURDIR}/rexp