]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Generate libc.so with absolute paths for the used shared objects.
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 13:29:39 +0000 (13:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 13:29:39 +0000 (13:29 +0000)
Makerules

index b839a9a9a799338ff6ef99683de35c5869e08916..7c44bd59e9fca47b480974df4d1c0b26784073ee 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
+# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -653,7 +653,10 @@ $(inst_libdir)/libc.so: $(common-objpfx)libc.so$(libc.so-version) \
         echo '   The dynamic linker defines some functions used by $(<F),';\
         echo '   but ld uses definitions from libc.a before examining the';\
         echo '   dependencies of $(<F) to find $(rtld-installed-name).  */';\
-        echo 'GROUP ( $(^F) )') > $@.new
+        echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
+             '$(slibdir)/$(rtld-installed-name)' \
+             '$(libdir)/lib$(libc-name).a )' \
+             ) > $@.new
        mv -f $@.new $@
 
 endif