Typo: s/local/locale/ in LOCALEDIR.

Submitted by:	Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
This commit is contained in:
peter 1999-01-15 12:27:02 +00:00
parent 652cd28bf7
commit 72339915e0

View File

@ -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}