diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile
index b1f5045b844dda6ed917b080e1fab4486949a004..9f26ab11b14a094a86cae4995d79499d775edb7b 100644
--- a/src/test/regress/GNUmakefile
+++ b/src/test/regress/GNUmakefile
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.7 1997/04/27 02:56:03 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.8 1997/06/06 01:35:57 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -41,8 +41,8 @@ endif
 # prepare to run the test (including clean-up after the last run)
 #
 all: $(INFILES)
-	cd input; gmake all; cd ..
-	cd output; gmake all; cd ..
+	cd input; $(MAKE) all; cd ..
+	cd output; $(MAKE) all; cd ..
 
 #
 # run the test