diff options
Diffstat (limited to 'test/tls/Makefile')
-rw-r--r-- | test/tls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tls/Makefile b/test/tls/Makefile index a99c5d16f..607fec2c9 100644 --- a/test/tls/Makefile +++ b/test/tls/Makefile @@ -1,7 +1,8 @@ -# uClibc NPTL tests +# uClibc TLS tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. top_builddir=../../ +top_srcdir=../../ include ../Rules.mak -include Makefile.in include ../Test.mak |