diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-25 14:48:02 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-25 14:48:02 +0000 |
commit | c80bf1285c88f8cb72a0e303ba2c8eff083e9d55 (patch) | |
tree | 2978d4f0c0536ba3df5c312673bfefe787089667 /libpthread/linuxthreads.old | |
parent | 353d7633be470de63e3eb1f0ec5a83dcf111f759 (diff) |
s/IS_IN_linuxthreads/IS_IN_libpthread/
Diffstat (limited to 'libpthread/linuxthreads.old')
-rw-r--r-- | libpthread/linuxthreads.old/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/Makefile.in b/libpthread/linuxthreads.old/Makefile.in index 1656f219c..c067bca41 100644 --- a/libpthread/linuxthreads.old/Makefile.in +++ b/libpthread/linuxthreads.old/Makefile.in @@ -6,7 +6,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CFLAGS-linuxthreads.old := -DNOT_IN_libc -DIS_IN_linuxthreads $(SSP_ALL_CFLAGS) +CFLAGS-linuxthreads.old := -DNOT_IN_libc -DIS_IN_libpthread $(SSP_ALL_CFLAGS) CFLAGS-libpthread/linuxthreads.old/sysdeps/$(TARGET_ARCH)/ := $(CFLAGS-linuxthreads.old) |