diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-21 16:15:55 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-21 16:15:55 +0000 |
commit | ba31c6c463945c216d97ebe382654b8b9cd8061a (patch) | |
tree | 3c2a88312b81e2aace022dcde5d6111570704905 /libc/sysdeps/linux/mips/Makefile | |
parent | 8d3f61bd00ce138ddbeb27be7f4037ffd5366e83 (diff) | |
download | uClibc-alpine-ba31c6c463945c216d97ebe382654b8b9cd8061a.tar.bz2 uClibc-alpine-ba31c6c463945c216d97ebe382654b8b9cd8061a.tar.xz |
Remove TOPDIR
Diffstat (limited to 'libc/sysdeps/linux/mips/Makefile')
-rw-r--r-- | libc/sysdeps/linux/mips/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile index b1bf1ef10..633c91f3e 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/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 |