about summary refs log tree commit diff
path: root/locale/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-17 02:14:34 +0000
committerRoland McGrath <roland@gnu.org>1995-10-17 02:14:34 +0000
commitcb2f05ed72575a2d5769a7772a935eda461ad0b8 (patch)
tree3e055198b66c8ed92e76858950c87626cfb6bd33 /locale/Makefile
parentd17e960c2bb10746bda675deb88d8b496f834eba (diff)
downloadglibc-cb2f05ed72575a2d5769a7772a935eda461ad0b8.tar.gz
glibc-cb2f05ed72575a2d5769a7772a935eda461ad0b8.tar.xz
glibc-cb2f05ed72575a2d5769a7772a935eda461ad0b8.zip
* locale/Makefile (aux): Add SYS_libc.
	* locale/SYS_libc.c: New file.
	* libc-symbols.h (_): New macro.

	* configure.in (libc_cv_asm_set_directive): Link program into
	conftest instead of letting it default to a.out.
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/Makefile b/locale/Makefile
index 1a37f44923..8865fc3c1a 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -28,7 +28,7 @@ distribute	= localeinfo.h categories.def \
 		  keyword.gperf keyword.h localedef.h token.h error.h
 routines	= setlocale loadlocale localeconv nl_langinfo
 categories	= ctype messages monetary numeric time collate
-aux		= $(categories:%=lc-%) $(categories:%=C-%)
+aux		= $(categories:%=lc-%) $(categories:%=C-%) SYS_libc
 others		= localedef locale
 install-bin	= localedef locale
 extra-objs	= $(localedef-modules:=.o) $(locale-modules:=.o) \