Typo: s/local/locale/ in LOCALEDIR.
Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
This commit is contained in:
parent
652cd28bf7
commit
72339915e0
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user