diff options
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile index 7e9475b974..e4fbe290b1 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1995, 1996 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 @@ -37,7 +37,7 @@ extra-objs = $(localedef-modules:=.o) $(locale-modules:=.o) \ localedef-modules := charmap locfile-lex locfile-parse locale-ctype \ monetary messages collate numeric locale-modules := ctypedump -lib-modules := hash xmalloc +lib-modules := locfile-hash xmalloc GPERF = gperf |