diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/Makefile')
-rw-r--r-- | libpthread/nptl/sysdeps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/nptl/sysdeps/Makefile b/libpthread/nptl/sysdeps/Makefile index 1fea63600..4a8f4a072 100644 --- a/libpthread/nptl/sysdeps/Makefile +++ b/libpthread/nptl/sysdeps/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.commonarch +include Makefile.in include $(top_srcdir)Makerules |