diff options
author | Roland McGrath <roland@gnu.org> | 2001-05-11 08:10:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-05-11 08:10:14 +0000 |
commit | 2344bc54fb8136f351b31feee47500bae83288fd (patch) | |
tree | c5ac1771ffecb69887c469ac395dadb4461c34c2 | |
parent | ba2c68f187f0106058a850cb6d726deee621ba52 (diff) | |
download | glibc-2344bc54fb8136f351b31feee47500bae83288fd.tar.gz glibc-2344bc54fb8136f351b31feee47500bae83288fd.tar.xz glibc-2344bc54fb8136f351b31feee47500bae83288fd.zip |
* sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Don't use
$(build-module) here, since we don't need the full magilla. Just use $(build-module-helper) and append our special options.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5b9f6e3a54..ec658a397c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-05-11 Roland McGrath <roland@frob.com> + + * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Don't use + $(build-module) here, since we don't need the full magilla. + Just use $(build-module-helper) and append our special options. + 2001-05-09 Andreas Schwab <schwab@suse.de> * sysdeps/unix/readdir.c: Make sure we don't modify errno when we |