diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/pthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index f5dbd25..12bb54e 100644 --- a/sysdeps/pthread/Makefile +++ b/sysdeps/pthread/Makefile @@ -1,7 +1,7 @@ ifeq ($(subdir),rt) librt-sysdep_routines += timer_routines endif + ifeq ($(subdir),posix) - # FIXME: this is not getting $(pthread-version) from libpthread/Makefile! -CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"libpthread $(pthread-version)"' +CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"HTL $(version)"' endif |