summaryrefslogtreecommitdiff
path: root/sw/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
commit8df0968f98507dd244d8b3845284622a76a6d8c8 (patch)
tree4fc55bb81f42d5e68db647c7ed361d3ce5a4203a /sw/prj
parentc6cfddced2a774dd34d0cf265ed0fcb4baeb19d7 (diff)
CWS gnumake2: using GNUMAKE variable from configure
Diffstat (limited to 'sw/prj')
-rw-r--r--sw/prj/makefile.mk2
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)