diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-10 15:26:03 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-10 15:26:03 +0100 |
commit | 534546649af815f149a3b03abdd46a50091b8477 (patch) | |
tree | b84aa233a9bf01eb20d02ac87e0e9538ded8f724 /sfx2/prj | |
parent | 00b02d6380c5e4b8df7d2241bdb4a129a34c8322 (diff) |
gnumake2: first try at local build dirs
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..3d495209d74a 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) install |