[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libintl

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libintl/Makefile between version 1.5 and 1.6

version 1.5, 2004/09/23 21:35:27 version 1.6, 2005/05/14 17:58:56
Line 4 
Line 4 
   
 LIB=    intl  LIB=    intl
 SRCS=   gettext.c textdomain.c gettext_iconv.c gettext_dummy.c strhash.c \  SRCS=   gettext.c textdomain.c gettext_iconv.c gettext_dummy.c strhash.c \
         sysdep.c          sysdep.c plural_parser.c
 INCS=   libintl.h  INCS=   libintl.h
 INCSDIR=/usr/include  INCSDIR=/usr/include
   
 #CFLAGS+=-g  #CFLAGS+=-g
 CPPFLAGS+=-I${.CURDIR}  CPPFLAGS+=-I${.CURDIR} -I${.CURDIR}/../libc
   
 MAN=    gettext.3  MAN=    gettext.3
 MLINKS= gettext.3 dgettext.3 gettext.3 dcgettext.3 \  MLINKS= gettext.3 dgettext.3 gettext.3 dcgettext.3 \

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>