diff options
Diffstat (limited to 'tools/prj')
-rw-r--r-- | tools/prj/build.lst | 1 | ||||
-rw-r--r-- | tools/prj/makefile.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/prj/build.lst b/tools/prj/build.lst index 3194cbb4e87c..1e5c9135145f 100644 --- a/tools/prj/build.lst +++ b/tools/prj/build.lst @@ -1,3 +1,2 @@ tl tools : cppu external offuh vos ZLIB:zlib EXPAT:expat basegfx comphelper i18npool NULL -tl tools usr1 - all tl_mkout NULL tl tools\prj nmake - all tl_prj NULL diff --git a/tools/prj/makefile.mk b/tools/prj/makefile.mk index c73a3d944bbf..e312a7ccab65 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) $(gb_MAKETARGET) + cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog |