diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-20 16:48:23 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-20 16:48:23 +0200 |
commit | 8df0968f98507dd244d8b3845284622a76a6d8c8 (patch) | |
tree | 4fc55bb81f42d5e68db647c7ed361d3ce5a4203a /sw/prj | |
parent | c6cfddced2a774dd34d0cf265ed0fcb4baeb19d7 (diff) |
CWS gnumake2: using GNUMAKE variable from configure
Diffstat (limited to 'sw/prj')
-rw-r--r-- | sw/prj/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/prj/makefile.mk b/sw/prj/makefile.mk index 967bfea90d3c..8b00cb5a5818 100644 --- a/sw/prj/makefile.mk +++ b/sw/prj/makefile.mk @@ -32,4 +32,4 @@ VERBOSEFLAG := -s .ENDIF all: - @cd .. && make $(VERBOSEFLAG) -r -j$(MAXPROCESS) + @cd .. && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) |