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 | ae831144a3de6f721547bbce87a542cd8eb69b99 (patch) | |
tree | c32e88958062c9fbd59302880a3e74966b7e057c /tools/prj | |
parent | 69963de0be4f8eb769e1028dddf9f4fc598545b5 (diff) |
gnumake2: enable packmodule in setsolar mws builds
Diffstat (limited to 'tools/prj')
-rw-r--r-- | tools/prj/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/prj/makefile.mk b/tools/prj/makefile.mk index 3b1b54d4357f..c73a3d944bbf 100644 --- a/tools/prj/makefile.mk +++ b/tools/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) |