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