diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-27 03:30:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-27 03:30:43 +0000 |
commit | be76803a73a6a65929a5f770e694e1116ae419fd (patch) | |
tree | 5091293c69486eac62abfb4a2192e23c05d749a1 /Makefile | |
parent | 214414c897e1a3df00a5d91f3eb1aa02bdd1174f (diff) | |
download | glibc-be76803a73a6a65929a5f770e694e1116ae419fd.tar.gz |
Update.
2000-12-11 Bruno Haible <haible@clisp.cons.org>
* Makefile ($(inst_includedir)/gnu/stubs.h): Sort in the C locale.
2000-12-26 Ulrich Drepper <drepper@redhat.com>
* sunrpc/Makefile (rpcgen-cmd): Use single quotes in sed call.
Patch by Ed Connell <Ed.Connell@sas.com>.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ $(inst_includedir)/gnu/stubs.h: subdir_install echo ' It defines a symbol `__stub_FUNCTION'\'' for each function';\ echo ' in the C library which is a stub, meaning it will fail';\ echo ' every time called, usually setting errno to ENOSYS. */';\ - sort $(subdir-stubs)) > $(objpfx)stubs.h + LC_ALL=C sort $(subdir-stubs)) > $(objpfx)stubs.h if test -r $@ && cmp -s $(objpfx)stubs.h $@; \ then echo 'stubs.h unchanged'; \ else $(INSTALL_DATA) $(objpfx)stubs.h $@; fi |