-# 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
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