summaryrefslogtreecommitdiff
path: root/sfx2/prj
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-07-20 16:48:23 +0200
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-07-20 16:48:23 +0200
commit17381ec4f0f9aa1b0283ff3096e15bac86413c4d (patch)
treec7ef054c08c14df036791876b29303a2680f7b75 /sfx2/prj
parenta3c66e78c137d6afd1293c722a730aa0ad2b1b57 (diff)
CWS gnumake2: using GNUMAKE variable from configure
Diffstat (limited to 'sfx2/prj')
-rw-r--r--sfx2/prj/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/prj/makefile.mk b/sfx2/prj/makefile.mk
index 967bfea90d3c..8b00cb5a5818 100644
--- a/sfx2/prj/makefile.mk
+++ b/sfx2/prj/makefile.mk
@@ -32,4 +32,4 @@ VERBOSEFLAG := -s
.ENDIF
all:
- @cd .. && make $(VERBOSEFLAG) -r -j$(MAXPROCESS)
+ @cd .. && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS)