diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-25 01:41:16 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-25 01:41:16 +0100 |
commit | 4cd68f934f6ebcfcff5b968ddf2b1272a273f49b (patch) | |
tree | a693ae4f70d6715f9acb44aaba96e06d701f2a21 | |
parent | a29a4745ff79a3bc11c3db03f02ba94782e2177f (diff) |
Switch subdir to htl
As agreed with glibc upstream.
* Makefile [IN_GLIBC] (subdir): Set to htl.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ ifeq ($(IN_GLIBC),no) dir := libpthread makemode := library else -subdir := libpthread +subdir := htl pthread-version := 0.3 |