diff options
Diffstat (limited to 'libc/string/sparc/Makefile')
-rw-r--r-- | libc/string/sparc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/string/sparc/Makefile b/libc/string/sparc/Makefile index ac0063770..0a95346fd 100644 --- a/libc/string/sparc/Makefile +++ b/libc/string/sparc/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 |