]> Git Repo - uclibc-ng.git/blobdiff - libpthread/linuxthreads/Makefile
Backport to current build system
[uclibc-ng.git] / libpthread / linuxthreads / Makefile
index 22779c37b62058cbc4a9d2a95b88926905dc7185..78364d785fb5fc15be9481341c4ddb1cdd6ebfd5 100644 (file)
@@ -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)
This page took 0.021306 seconds and 4 git commands to generate.