diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-19 19:15:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-19 19:15:36 +0000 |
commit | 560a784f03c19d59b390adb4c3e5db74ebcf693c (patch) | |
tree | 4153204d1d5122d1633b39a55b7613ab71f63a23 /linuxthreads/sysdeps/pthread | |
parent | 95767b36d429ba4a7ace577c311769cbd3ed6d74 (diff) | |
download | glibc-560a784f03c19d59b390adb4c3e5db74ebcf693c.zip glibc-560a784f03c19d59b390adb4c3e5db74ebcf693c.tar.gz glibc-560a784f03c19d59b390adb4c3e5db74ebcf693c.tar.bz2 |
Update.
2003-03-19 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/Makefile: Fix cut&paste error.
Diffstat (limited to 'linuxthreads/sysdeps/pthread')
-rw-r--r-- | linuxthreads/sysdeps/pthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/pthread/Makefile b/linuxthreads/sysdeps/pthread/Makefile index 6b92fbf..e9d57d5 100644 --- a/linuxthreads/sysdeps/pthread/Makefile +++ b/linuxthreads/sysdeps/pthread/Makefile @@ -9,5 +9,5 @@ endif endif ifeq ($(subdir),posix) -CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../nptl/Banner)\"" +CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../linuxthreads/Banner)\"" endif |