]> git.sur5r.net Git - openldap/commitdiff
ITS#7753 use $(MAKE) for tests
authorHoward Chu <hyc@openldap.org>
Mon, 9 Dec 2013 09:30:30 +0000 (01:30 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 7 Jan 2014 23:47:55 +0000 (17:47 -0600)
Makefile.in

index b5662333e915766d19e1d03ba63c6e941e898c54..0e9da64ab7a75be5a5fcf59778853fa4ca586587 100644 (file)
@@ -35,4 +35,4 @@ distclean: veryclean FORCE
 
 check: test
 test: FORCE
-       cd tests; make test
+       cd tests; $(MAKE) test