summaryrefslogtreecommitdiff
path: root/iconv
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-04-19 00:19:38 +0000
committerUlrich Drepper <drepper@redhat.com>2002-04-19 00:19:38 +0000
commitd648d845b476e7638567b53590b8c1979507b3f3 (patch)
tree587aa0640b694d164700bfa5f337d3dcaf8229c1 /iconv
parenta7b65cdc9aae6ccbb5f652fcbcb7f32129bd8299 (diff)
Update.
* iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
Diffstat (limited to 'iconv')
-rw-r--r--iconv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/iconv/Makefile b/iconv/Makefile
index 155089b183..8882cb9000 100644
--- a/iconv/Makefile
+++ b/iconv/Makefile
@@ -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