* iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
This commit is contained in:
Ulrich Drepper 2002-04-19 00:19:38 +00:00
parent a7b65cdc9a
commit d648d845b4
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-04-18 Ulrich Drepper <drepper@redhat.com>
* iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
* locale/programs/locfile.c (to_archive): New variable. To collect
data which has to be added to the locale archive.
(write_all_categories): Take new third parameter with locale name.

View File

@ -1,4 +1,4 @@
# Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
# Copyright (C) 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@ -47,6 +47,7 @@ CFLAGS-dummy-repertoire.c = -I../locale/programs
CFLAGS-charmap.c = -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
-DDEFAULT_CHARMAP=null_pointer -DNEED_NULL_POINTER
CFLAGS-linereader.c = -DNO_TRANSLITERATION
CFLAGS-simple-hash.c = -I../locale
tests = tst-iconv1 tst-iconv2 tst-iconv3