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