diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-11-23 14:24:46 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-11-23 14:24:46 +0100 |
commit | 8d8c81526357ec93dbf6c0e120089679602de327 (patch) | |
tree | ad19b17a0ab72e786a4c2c0e55d31ebe88dbf3e5 /sw/prj | |
parent | f81d208280237a68fd5ad4446942f6b9a3d1d593 (diff) |
gnumake2: enable packmodule in setsolar mws builds
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 3b1b54d4357f..c73a3d944bbf 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) + cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) |