diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:01:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:01:17 +0000 |
commit | fd9e1b44a2ad3b83ae93574d9b7ccda5b7426be0 (patch) | |
tree | 2540daad69f9e9ab3038788cfa577349cbd1e829 /basic | |
parent | 1518fe83061c9298e5a7e62a6461baa14fa1c6ad (diff) |
INTEGRATION: CWS ause069 (1.17.128); FILE MERGED
2006/12/04 19:28:51 hjs 1.17.128.2: RESYNC: (1.17-1.18); FILE MERGED
2006/12/01 17:21:03 hjs 1.17.128.1: #i70359# remove forced shell calls
Diffstat (limited to 'basic')
-rw-r--r-- | basic/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index c0480a134b85..efa5d035a79b 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: kz $ $Date: 2006-11-08 11:55:15 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:01:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -142,6 +142,6 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo __CT >> $@ $(SRS)$/basic.srs: - +$(TYPE) $(SRS)$/classes.srs + $(SRS)$/runtime.srs + $(SRS)$/sbx.srs > $@ + $(TYPE) $(SRS)$/classes.srs + $(SRS)$/runtime.srs + $(SRS)$/sbx.srs > $@ |