From 6005297902d3c18aeba3bb56e8548ea02851564a Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 20 Jul 2005 09:04:01 +0000 Subject: INTEGRATION: CWS leansofficesh (1.6.188); FILE MERGED 2005/07/18 07:17:40 fs 1.6.188.2: change requested by reviewer (OBR): use 'tr' to strip windows lineends, in case somebody checks in the file on the wrong platform 2005/07/14 13:14:21 fs 1.6.188.1: #i51935# for SO, use a lean version of soffice.sh --- desktop/scripts/makefile.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop/scripts') diff --git a/desktop/scripts/makefile.mk b/desktop/scripts/makefile.mk index c3e7fd8486..c74b70140e 100644 --- a/desktop/scripts/makefile.mk +++ b/desktop/scripts/makefile.mk @@ -82,3 +82,9 @@ UNIXTEXT= \ .INCLUDE : target.mk +ALLTAR: $(MISC)$/so$/soffice.sh + +$(MISC)$/so$/soffice.sh: + -$(MKDIR) $(MISC)$/so + +$(TYPE) soffice_lean.sh | tr -d "\015" > $@ + -- cgit v1.2.3