Browse Source

Backport to current build system

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

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

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