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 | 17381ec4f0f9aa1b0283ff3096e15bac86413c4d (patch) | |
tree | c7ef054c08c14df036791876b29303a2680f7b75 /xmloff/prj | |
parent | a3c66e78c137d6afd1293c722a730aa0ad2b1b57 (diff) |
CWS gnumake2: using GNUMAKE variable from configure
Diffstat (limited to 'xmloff/prj')
-rw-r--r-- | xmloff/prj/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/prj/makefile.mk b/xmloff/prj/makefile.mk index 967bfea90d3c..8b00cb5a5818 100644 --- a/xmloff/prj/makefile.mk +++ b/xmloff/prj/makefile.mk @@ -32,4 +32,4 @@ VERBOSEFLAG := -s .ENDIF all: - @cd .. && make $(VERBOSEFLAG) -r -j$(MAXPROCESS) + @cd .. && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) |