Changed a couple explicit calls to gnumake to $(MAKE)

X-SVN-Rev: 794
This commit is contained in:
John Fitzpatrick 2000-02-18 18:50:33 +00:00
parent 299b9f97b6
commit d29ba1fc98

View File

@ -1,5 +1,5 @@
#
# @(#)$RCSfile: makefile.gmk,v $ $Revision: 1.3 $ $Date: 2000/02/18 00:29:08 $
# @(#)$RCSfile: makefile.gmk,v $ $Revision: 1.4 $ $Date: 2000/02/18 18:50:33 $
#
TOPDIR=..
@ -34,13 +34,13 @@ tests: classes testsinternal
demos: classes demosinternal
toolsinternal: FORCE
cd com/ibm/test ; gnumake -f makefile.gmk classes ; cd ../../..
cd com/ibm/test ; $(MAKE) classes ; cd ../../..
testsinternal: FORCE
cd com/ibm/test ; gnumake -f makefile.gmk classes ; cd ../../..
cd com/ibm/test ; $(MAKE) classes ; cd ../../..
demosinternal: FORCE
cd com/ibm/demo ; gnumake -f makefile.gmk classes ; cd ../../..
cd com/ibm/demo ; $(MAKE) classes ; cd ../../..
complete: classes testsinternal toolsinternal demosinternal javadoc