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 | aae5258d7bc65ccb49afff4d08762338009394f8 (patch) | |
tree | 428363c57f601245d675aaa8d9491745464d7767 /sw/prj/makefile.mk | |
parent | d6a94b5cce61d74995e97a937daa31b9356389f3 (diff) |
CWS gnumake2: not using implicit rules
Diffstat (limited to 'sw/prj/makefile.mk')
-rw-r--r-- | sw/prj/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/prj/makefile.mk b/sw/prj/makefile.mk index a5f9aa9d8248..2a0b99e72fd5 100644 --- a/sw/prj/makefile.mk +++ b/sw/prj/makefile.mk @@ -1,2 +1,2 @@ all: - cd .. && make -sj9 + cd .. && make -srj9 |