diff options
Diffstat (limited to 'test/regex/Makefile')
-rw-r--r-- | test/regex/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/regex/Makefile b/test/regex/Makefile index afafc680f..639122211 100644 --- a/test/regex/Makefile +++ b/test/regex/Makefile @@ -1,4 +1,7 @@ # uClibc regex tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +top_builddir=../../ +include ../Rules.mak +-include Makefile.in include ../Test.mak |