diff options
author | peter <peter@FreeBSD.org> | 1999-01-15 12:27:02 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-01-15 12:27:02 +0000 |
commit | 72339915e047cf59c9b55587f80554c1b78b850e (patch) | |
tree | 9174e2513af0b11808546094eddc0c6bab3c83bc | |
parent | 652cd28bf72fa0c5ce7c0f7a22f0387696bf7571 (diff) | |
download | FreeBSD-src-72339915e047cf59c9b55587f80554c1b78b850e.zip FreeBSD-src-72339915e047cf59c9b55587f80554c1b78b850e.tar.gz |
Typo: s/local/locale/ in LOCALEDIR.
Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
-rw-r--r-- | gnu/usr.bin/texinfo/makeinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/makeinfo/Makefile b/gnu/usr.bin/texinfo/makeinfo/Makefile index 117c651..2037f4c 100644 --- a/gnu/usr.bin/texinfo/makeinfo/Makefile +++ b/gnu/usr.bin/texinfo/makeinfo/Makefile @@ -1,11 +1,11 @@ -# $Id$ +# $Id: Makefile,v 1.8 1999/01/14 20:00:46 markm Exp $ PROG= makeinfo NOMAN= yes SRCS= makeinfo.c multi.c CFLAGS+= -DHAVE_CONFIG_H -CFLAGS+= -DLOCALEDIR=\"/usr/share/local\" +CFLAGS+= -DLOCALEDIR=\"/usr/share/locale\" CFLAGS+= -I${TXIDIR}/makeinfo -I${TXIDIR} -I${TXIDIR}/lib -I../libintl DPADD= ${LIBTXI} ${LIBINTL} |