From: Howard Chu Date: Mon, 9 Dec 2013 09:30:30 +0000 (-0800) Subject: ITS#7753 use $(MAKE) for tests X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=815eddda4c24eb7c48ad796c8a01243467d2cbdb;p=openldap ITS#7753 use $(MAKE) for tests --- diff --git a/Makefile.in b/Makefile.in index b5662333e9..0e9da64ab7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,4 +35,4 @@ distclean: veryclean FORCE check: test test: FORCE - cd tests; make test + cd tests; $(MAKE) test