diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-23 22:45:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-23 22:45:20 +0000 |
commit | af3878dff0963da299b6b54d3a76f9c1a68aac27 (patch) | |
tree | df3f2b6b5641eb41487f03869744c134676177cb /Makefile | |
parent | dc9335c14f91623093bf0c7db855e9d1fbc67071 (diff) | |
download | glibc-af3878dff0963da299b6b54d3a76f9c1a68aac27.tar glibc-af3878dff0963da299b6b54d3a76f9c1a68aac27.tar.gz glibc-af3878dff0963da299b6b54d3a76f9c1a68aac27.tar.bz2 glibc-af3878dff0963da299b6b54d3a76f9c1a68aac27.zip |
(dlerror): Don't assume that __libc_internal_tsd_get is defined. __libc_getspecific is already well-protected, so just use it directly.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -232,7 +232,7 @@ endif # The `glibcbug' script contains the version number and it shall be rebuild # whenever this changes or the `glibcbug.in' file. $(objpfx)glibcbug: $(common-objpfx)config.status glibcbug.in - cd $(<D); CONFIG_FILES=$(@F) CONFIG_HEADERS= $(SHELL) $(<F) + cd $(<D) && CONFIG_FILES=$(@F) CONFIG_HEADERS= $(SHELL) $(<F) # This makes the Info or DVI file of the documentation from the Texinfo source. .PHONY: info dvi |