BSD friendliness.
[super-star-trek.git] / test / Makefile
index 9c27e0396c15d297ab66116691f2b044edfe1d34..cf908beb7c607e34a9bcfcc210beb519567a103f 100644 (file)
@@ -4,9 +4,9 @@ PYTHON=python
 
 all:
        @echo "With Python 2:"
 
 all:
        @echo "With Python 2:"
-       @make -e PYTHON=python2 regress
+       @$(MAKE) -e PYTHON=python2 regress
        @echo "With Python 3:"
        @echo "With Python 3:"
-       @make -e PYTHON=python3 regress
+       @$(MAKE) -e PYTHON=python3 regress
        @echo "No diff output is good news."
 
 .SUFFIXES: .log .chk
        @echo "No diff output is good news."
 
 .SUFFIXES: .log .chk