diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-22 17:46:34 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-22 17:46:34 +0100 |
commit | f81d208280237a68fd5ad4446942f6b9a3d1d593 (patch) | |
tree | 513d0ad788cc0f48fcdb8d7dc3c3e54553d066a2 /sw/prj | |
parent | a3697be25720d83afb8221f1490dde0c2de9e035 (diff) | |
parent | 024a55900940782373f93e6f4b5077855527a558 (diff) |
gnumake2: merging minibranches
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 3d495209d74a..3b1b54d4357f 100644 --- a/sw/prj/makefile.mk +++ b/sw/prj/makefile.mk @@ -37,4 +37,4 @@ VERBOSEFLAG := -s .ENDIF all: - cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) install + cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) |