diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-21 16:12:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-21 16:12:57 +0000 |
commit | 193bd2ce375f70365bcd025d7640a69dc41fb1f5 (patch) | |
tree | ecff0325fcfd1cb3258b776582a86dc95bee87fa /ChangeLog | |
parent | 10b40b115cf30ae7d4edf27ff90d5c4e59c0b311 (diff) | |
download | glibc-193bd2ce375f70365bcd025d7640a69dc41fb1f5.tar.gz glibc-193bd2ce375f70365bcd025d7640a69dc41fb1f5.tar.xz glibc-193bd2ce375f70365bcd025d7640a69dc41fb1f5.zip |
* Makerules (build-shlib): Use $(@F:lib%.so=%) in place of
$(notdir $*), so it wins for the explicit libc.so rule as well as the pattern rule.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 3301ea1524..1e510a7e1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ Thu Sep 21 00:03:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> - * Makerules (build-shlib): Use $(@F:lib%=%) in place of $(notdir $*), - so it wins for the explicit libc.so rule as well as the pattern rule. + * Makerules (build-shlib): Use $(@F:lib%.so=%) in place of + $(notdir $*), so it wins for the explicit libc.so rule as well as the + pattern rule. * sysdeps/stub/sys/sem_buf.h (union semun): New type. |