diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-04-21 14:55:42 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-04-21 14:55:42 +0200 |
commit | f4f1d545e7523f3a900e466402aa65a468cbaeca (patch) | |
tree | 011f6cd8e1f4a1b251a42cb2c7f74fc40a4dc7e5 /toolkit/prj | |
parent | 11a84b8b106143d1de8bdaa663286892b8968f58 (diff) |
CWS gnumake2: not using implicit rules
Diffstat (limited to 'toolkit/prj')
-rw-r--r-- | toolkit/prj/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/prj/makefile.mk b/toolkit/prj/makefile.mk index a5f9aa9d8248..2a0b99e72fd5 100644 --- a/toolkit/prj/makefile.mk +++ b/toolkit/prj/makefile.mk @@ -1,2 +1,2 @@ all: - cd .. && make -sj9 + cd .. && make -srj9 |