diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
| commit | ee66677a7a4c93fa63e21b0e7f1ea2e081060abb (patch) | |
| tree | 086bc6374cc176de9e2533a2b8b25ab0ef497b15 /gnu/usr.bin/texinfo | |
| parent | 4c3763445ddc83d75b7e77c33aa5b1871fe550b7 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/texinfo')
| -rw-r--r-- | gnu/usr.bin/texinfo/Makefile.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.inc b/gnu/usr.bin/texinfo/Makefile.inc index f13fa38c69437..d5c8e8154e460 100644 --- a/gnu/usr.bin/texinfo/Makefile.inc +++ b/gnu/usr.bin/texinfo/Makefile.inc @@ -1,12 +1,7 @@ # $FreeBSD$ TXIDIR= ${.CURDIR}/../../../../contrib/texinfo - -.if exists(${.OBJDIR}/../libtxi) LIBTXI= ${.OBJDIR}/../libtxi/libtxi.a -.else -LIBTXI= ${.CURDIR}/../libtxi/libtxi.a -.endif CFLAGS+= -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" \ -I${TXIDIR} -I${TXIDIR}/lib |
