Browse Source

s/IS_IN_linuxthreads/IS_IN_libpthread/

Peter S. Mazinger 18 years ago
parent
commit
c80bf1285c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libpthread/linuxthreads.old/Makefile.in

+ 1 - 1
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)