summaryrefslogtreecommitdiff
path: root/libc/inet
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/inet
parent8d3f61bd00ce138ddbeb27be7f4037ffd5366e83 (diff)
Remove TOPDIR
Diffstat (limited to 'libc/inet')
-rw-r--r--libc/inet/Makefile4
-rw-r--r--libc/inet/rpc/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile
index 41567d9e9..11f362a5e 100644
--- a/libc/inet/Makefile
+++ b/libc/inet/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/inet/rpc/Makefile b/libc/inet/rpc/Makefile
index 493484b27..4a8f4a072 100644
--- a/libc/inet/rpc/Makefile
+++ b/libc/inet/rpc/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