From: Howard Chu Date: Mon, 9 Dec 2013 09:30:30 +0000 (-0800) Subject: ITS#7753 use $(MAKE) for tests X-Git-Tag: OPENLDAP_REL_ENG_2_4_39~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5c8029dbb34ebbdaecd1cf76bf3dda9b550ed898;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