Use $(MAKE) instead of 'make'. This should help on systems where GNU make is called gmake.

This commit is contained in:
bringert
2007-12-13 13:28:02 +00:00
parent 91cfeabcff
commit d0d39968ed

View File

@@ -23,7 +23,7 @@ GFCCP=$(GFCC) -preproc=./mkPresent
.PHONY: show-path all prelude test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean api
new:
export GF='../../bin/gf -s' ; export GF_LIB_PATH='..'; make -e all
export GF='../../bin/gf -s' ; export GF_LIB_PATH='..'; $(MAKE) -e all
all: chmod show-path prelude present alltenses mathematical api langs compiled