summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-10-28 10:15:42 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-10-28 10:15:42 +0000
commita3f19cafe675867548b08953fd4cdd98223555a3 (patch)
tree1cc7db7bde532faa504f2de4f99faa70be8e81b5 /libpthread
parentad055cca14e6e4a47d63bfc61277ee51d10fc22c (diff)
Backport to current build system
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/linuxthreads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile
index 22779c37b..78364d785 100644
--- a/libpthread/linuxthreads/Makefile
+++ b/libpthread/linuxthreads/Makefile
@@ -42,7 +42,7 @@ SO_FULL_NAME = $(LIB_NAME)-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so
ARCH_CSRC := $(wildcard sysdeps/$(TARGET_ARCH)/*.c)
ARCH_OBJS := $(patsubst %.c,%.o, $(ARCH_CSRC))
--include sysdeps/$(TARGET_ARCH)/Makefile.in
+-include sysdeps/$(TARGET_ARCH)/Makefile.arch
CSRC = $(wildcard *.c)
ifneq ($(UCLIBC_HAS_XLOCALE),y)