summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-04-01 09:07:31 +0000
committerRoland McGrath <roland@gnu.org>1995-04-01 09:07:31 +0000
commit193ce8dcd6c1eea5c68e6d4d8db2002c0085925b (patch)
tree92e499fa24dc5292e2bb3d2be2d473c1bf3e5b52 /ChangeLog
parent2f8033d6067fff3e7d77bb2174a9564bd7199cea (diff)
* Makerules (lib%.so: lib%_pic.a): Pass -L options for subdir andcvs/libc-950402
parent objdirs. * extra-lib.mk (object-suffixes-$(lib)): New variable, produced by filtering out $($(lib)-inhibit-o); use that instead of $(object-suffixes) in all the other variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b3e48abcf..4b5fb9bcdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
Sat Apr 1 00:08:06 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+ * Makerules (lib%.so: lib%_pic.a): Pass -L options for subdir and
+ parent objdirs.
+
+ * extra-lib.mk (object-suffixes-$(lib)): New variable, produced by
+ filtering out $($(lib)-inhibit-o); use that instead of
+ $(object-suffixes) in all the other variables.
+
* locale/loadlocale.c (_nl_load_locale) [MAP_FILE]: Define it zero
if undefined.