From 883bc19b7c819edce146ca43b77991f7dcf0608b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 8 Apr 1995 19:09:39 +0000 Subject: * locale/loadlocale.c (_nl_load_locale): Use MAP_INHERIT flag in mmap call. * configure.in (os=freebsd*|bsdi*): Set base_os=unix/bsd/bsd4.4 for these too. * sysdeps/unix/sysv/tcsetattr.c: Use |= instead of = to properly set c_oflag value. * Makeconfig [! objpfx] (csu-objpfx): Add trailing slash. * locale/Makefile (categories): Uncomment collate. * locale/lc-collate.c: New file. --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 8cee8c066d..1080646bc2 100644 --- a/Makeconfig +++ b/Makeconfig @@ -260,7 +260,7 @@ endif ifdef objpfx csu-objpfx = $(objpfx) else -csu-objpfx = $(..)csu +csu-objpfx = $(..)csu/ endif ifndef LD -- cgit 1.4.1