summaryrefslogtreecommitdiff
path: root/locale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/locale/Makefile b/locale/Makefile
index 630b96032f..ec80014c99 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1992, 1995 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
@@ -21,11 +21,10 @@
#
subdir := locale
-headers := locale.h localeinfo.h
-
-routines := setlocale localeconv
-aux := C-collate C-ctype C-ctype_ct C-ctype_mb \
- C-monetary C-numeric C-response C-time
-
+headers := locale.h
+distribute := localeinfo.h categories.def
+routines := setlocale loadlocale localeconv
+categories := ctype messages monetary numeric time # collate
+aux = $(categories:%=lc-%) $(categories:%=C-%)
include ../Rules