diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-10-25 15:08:21 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-10-25 15:08:21 +0000 |
commit | a31022b303ea5ec7c096c6165e363e3fd1058fee (patch) | |
tree | 86583d9bfb0b9e78282df2c06910bb8882c86157 /gnu/usr.bin/groff/pic | |
parent | 2e3199534a883f822b7eff71f2658d6e867db2d6 (diff) | |
download | FreeBSD-src-a31022b303ea5ec7c096c6165e363e3fd1058fee.zip FreeBSD-src-a31022b303ea5ec7c096c6165e363e3fd1058fee.tar.gz |
fix bad dependencies (LIBMATH -> LIBM)
Diffstat (limited to 'gnu/usr.bin/groff/pic')
-rw-r--r-- | gnu/usr.bin/groff/pic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/pic/Makefile b/gnu/usr.bin/groff/pic/Makefile index 90ef8d7..5a0e171 100644 --- a/gnu/usr.bin/groff/pic/Makefile +++ b/gnu/usr.bin/groff/pic/Makefile @@ -5,7 +5,7 @@ SRCS= lex.cc main.cc object.cc common.cc troff.cc tex.cc OBJS= pic.o CFLAGS+= -I. -I${.CURDIR}/../include LDADD+= ${LIBGROFF} -lm -DPADD+= ${LIBGROFF} ${LIBMATH} +DPADD+= ${LIBGROFF} ${LIBM} MANDEPEND= pic.1 CLEANFILES+= pic.cc pic.tab.h ${MANDEPEND} |