diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-03 23:29:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-03 23:29:34 +0000 |
commit | 7285da14ed731d5bdb310bd8f4018c07c8a83e5c (patch) | |
tree | b04b3c8c962d739ffddb3c0a5b4c173a18ed3174 /libc/string/powerpc/Makefile.arch | |
parent | 786126e2b104050d1d7f2035beda06019527a206 (diff) |
unify duplicated code cause i get tired of updating this stuff
Diffstat (limited to 'libc/string/powerpc/Makefile.arch')
-rw-r--r-- | libc/string/powerpc/Makefile.arch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libc/string/powerpc/Makefile.arch b/libc/string/powerpc/Makefile.arch deleted file mode 100644 index 47a8dac1d..000000000 --- a/libc/string/powerpc/Makefile.arch +++ /dev/null @@ -1,24 +0,0 @@ -# Makefile for uClibc -# -# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> -# -# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. -# - -STRING_ARCH_DIR:=$(top_srcdir)libc/string/powerpc -STRING_ARCH_OUT:=$(top_builddir)libc/string/powerpc - -STRING_ARCH_CSRC:=$(wildcard $(STRING_ARCH_DIR)/*.c) -STRING_ARCH_COBJ:=$(patsubst $(STRING_ARCH_DIR)/%.c,$(STRING_ARCH_OUT)/%.o,$(STRING_ARCH_CSRC)) - -STRING_ARCH_OBJS:=$(STRING_ARCH_COBJ) - -libc-a-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_OBJS) -libc-so-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_OBJS:.o=.os) - -libc-multi-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_CSRC) - -objclean-y+=string_arch_objclean - -string_arch_objclean: - $(RM) $(STRING_ARCH_OUT)/*.{o,os} |