summaryrefslogtreecommitdiff
path: root/libc/string/powerpc/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-03 23:29:34 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-03 23:29:34 +0000
commit7285da14ed731d5bdb310bd8f4018c07c8a83e5c (patch)
treeb04b3c8c962d739ffddb3c0a5b4c173a18ed3174 /libc/string/powerpc/Makefile
parent786126e2b104050d1d7f2035beda06019527a206 (diff)
unify duplicated code cause i get tired of updating this stuff
Diffstat (limited to 'libc/string/powerpc/Makefile')
-rw-r--r--libc/string/powerpc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/string/powerpc/Makefile b/libc/string/powerpc/Makefile
index ac0063770..0a95346fd 100644
--- a/libc/string/powerpc/Makefile
+++ b/libc/string/powerpc/Makefile
@@ -5,9 +5,9 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-top_srcdir=../../../
-top_builddir=../../../
+top_srcdir:=../../../
+top_builddir:=../../../
all: objs
include $(top_builddir)Rules.mak
-include Makefile.arch
+include ../Makefile.in
include $(top_srcdir)Makerules