diff options
| author | jtc <jtc@NetBSD.org> | 1993-07-03 00:40:42 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-07-03 00:40:42 +0000 |
| commit | 714aa93ff93d6f02a1cbaffbccdba525d4cce062 (patch) | |
| tree | b94ef06adbf4346049265e46d5aab1e979ab82d1 /gnu/usr.bin/awk | |
| parent | f48bf94b9672d6abe644a0d9076edfc07fa874a1 (diff) | |
Don't link with -ly.
Diffstat (limited to 'gnu/usr.bin/awk')
| -rw-r--r-- | gnu/usr.bin/awk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile index 9e6cbf369ca..08b09cbc076 100644 --- a/gnu/usr.bin/awk/Makefile +++ b/gnu/usr.bin/awk/Makefile @@ -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 |
