Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 19 Apr 2002 00:19:38 +0000 (00:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 19 Apr 2002 00:19:38 +0000 (00:19 +0000)
* iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.

ChangeLog
iconv/Makefile

index 21a66a2..6f6a49a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 155089b..8882cb9 100644 (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