From a3f19cafe675867548b08953fd4cdd98223555a3 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 28 Oct 2005 10:15:42 +0000 Subject: Backport to current build system --- Makefile | 2 +- libpthread/linuxthreads/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 94ded0442..8f7a61e5b 100644 --- a/Makefile +++ b/Makefile @@ -393,7 +393,7 @@ clean: -find . \( -name \*.o -o -name \*.os \) -exec $(RM) {} \; distclean: clean - -find . \( -name core -o -name \*.orig -o -name \*~ -o -name .\#\* \) -exec $(RM) {} \; + -find . \( -name core -o -name \*.orig -o -name \*~ \) -exec $(RM) {} \; $(RM) .config .config.old .config.cmd $(RM) extra/locale/*.txt $(MAKE) -C extra clean 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) -- cgit v1.2.3