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