summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-21 16:15:55 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-21 16:15:55 +0000
commitba31c6c463945c216d97ebe382654b8b9cd8061a (patch)
tree3c2a88312b81e2aace022dcde5d6111570704905 /libc/string
parent8d3f61bd00ce138ddbeb27be7f4037ffd5366e83 (diff)
Remove TOPDIR
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/Makefile4
-rw-r--r--libc/string/arm/Makefile4
-rw-r--r--libc/string/frv/Makefile4
-rw-r--r--libc/string/generic/Makefile4
-rw-r--r--libc/string/i386/Makefile4
-rw-r--r--libc/string/mips/Makefile4
-rw-r--r--libc/string/powerpc/Makefile4
-rw-r--r--libc/string/sh64/Makefile4
-rw-r--r--libc/string/sparc/Makefile4
-rw-r--r--libc/string/x86_64/Makefile4
10 files changed, 10 insertions, 30 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile
index 41567d9e9..11f362a5e 100644
--- a/libc/string/Makefile
+++ b/libc/string/Makefile
@@ -5,9 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
top_builddir=../../
all: objs
include $(top_builddir)Rules.mak
diff --git a/libc/string/arm/Makefile b/libc/string/arm/Makefile
index a7cbf6fa1..ac0063770 100644
--- a/libc/string/arm/Makefile
+++ b/libc/string/arm/Makefile
@@ -5,9 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
top_builddir=../../../
all: objs
include $(top_builddir)Rules.mak
diff --git a/libc/string/frv/Makefile b/libc/string/frv/Makefile
index a7cbf6fa1..ac0063770 100644
--- a/libc/string/frv/Makefile
+++ b/libc/string/frv/Makefile
@@ -5,9 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
top_builddir=../../../
all: objs
include $(top_builddir)Rules.mak
diff --git a/libc/string/generic/Makefile b/libc/string/generic/Makefile
index 493484b27..4a8f4a072 100644
--- a/libc/string/generic/Makefile
+++ b/libc/string/generic/Makefile
@@ -5,9 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
top_builddir=../../../
all: objs
include $(top_builddir)Rules.mak
diff --git a/libc/string/i386/Makefile b/libc/string/i386/Makefile
index a7cbf6fa1..ac0063770 100644
--- a/libc/string/i386/Makefile
+++ b/libc/string/i386/Makefile
@@ -5,9 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
top_builddir=../../../
all: objs
include $(top_builddir)Rules.mak
diff --git a/libc/string/mips/Makefile b/libc/string/mips/Makefile
index a7cbf6fa1..ac0063770 100644
--- a/libc/string/mips/Makefile
+++ b/libc/string/mips/Makefile
@@ -5,9 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
top_builddir=../../../
all: objs
include $(top_builddir)Rules.mak
diff --git a/libc/string/powerpc/Makefile b/libc/string/powerpc/Makefile
index a7cbf6fa1..ac0063770 100644
--- a/libc/string/powerpc/Makefile
+++ b/libc/string/powerpc/Makefile
@@ -5,9 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
top_builddir=../../../
all: objs
include $(top_builddir)Rules.mak
diff --git a/libc/string/sh64/Makefile b/libc/string/sh64/Makefile
index a7cbf6fa1..ac0063770 100644
--- a/libc/string/sh64/Makefile
+++ b/libc/string/sh64/Makefile
@@ -5,9 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
top_builddir=../../../
all: objs
include $(top_builddir)Rules.mak
diff --git a/libc/string/sparc/Makefile b/libc/string/sparc/Makefile
index a7cbf6fa1..ac0063770 100644
--- a/libc/string/sparc/Makefile
+++ b/libc/string/sparc/Makefile
@@ -5,9 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
top_builddir=../../../
all: objs
include $(top_builddir)Rules.mak
diff --git a/libc/string/x86_64/Makefile b/libc/string/x86_64/Makefile
index a7cbf6fa1..ac0063770 100644
--- a/libc/string/x86_64/Makefile
+++ b/libc/string/x86_64/Makefile
@@ -5,9 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
top_builddir=../../../
all: objs
include $(top_builddir)Rules.mak