about summary refs log tree commit diff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-11 05:53:53 +0000
committerRoland McGrath <roland@gnu.org>1995-10-11 05:53:53 +0000
commitdb65048bb3c73fc0ec408df62c6f78fa39d62d85 (patch)
treebd924c431be839070bf9c83bbfe75e889a3ce57e /Makeconfig
parent8e3cc80f6d4f69ce003c82d3561ac324692792ad (diff)
downloadglibc-db65048bb3c73fc0ec408df62c6f78fa39d62d85.tar.gz
glibc-db65048bb3c73fc0ec408df62c6f78fa39d62d85.tar.xz
glibc-db65048bb3c73fc0ec408df62c6f78fa39d62d85.zip
Wed Oct 11 00:00:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
	* Makeconfig (config-LDFLAGS): Add missing slash.

	* sysdeps/mach/hurd/profil.c (fork_profil): Only call
	update_waiter if profiling was enabled in the parent.

	* csu/initfini.c: Don't pass -f flag to cp.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 25740cb097..d21d7114e0 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -275,7 +275,7 @@ ifndef +link
 endif
 ifndef config-LDFLAGS
 ifeq (yes,$(build-shared))
-config-LDFLAGS = -Wl,-dynamic-linker=$(libdir)$(rtld-installed-name)
+config-LDFLAGS = -Wl,-dynamic-linker=$(libdir)/$(rtld-installed-name)
 endif
 endif
 ifndef link-libc