diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:27:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:27:43 +0000 |
commit | fb518b5b179cd30480fc8d10e411abfe9e7a44fb (patch) | |
tree | abd89b070835026aec303d35f7c6f4a34c808321 /odk/examples/DevelopersGuide/ProfUNO | |
parent | 1f76e7dd36c190caab94a7f7aa00cc3a076026d4 (diff) |
INTEGRATION: CWS ause069 (1.5.86); FILE MERGED
2006/10/18 17:12:01 hjs 1.5.86.1: #i70359# remove forced shell calls
Diffstat (limited to 'odk/examples/DevelopersGuide/ProfUNO')
-rw-r--r-- | odk/examples/DevelopersGuide/ProfUNO/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/makefile.mk b/odk/examples/DevelopersGuide/ProfUNO/makefile.mk index 12e165e6df49..2a5e281fed55 100644 --- a/odk/examples/DevelopersGuide/ProfUNO/makefile.mk +++ b/odk/examples/DevelopersGuide/ProfUNO/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-07 20:13:11 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:27:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -97,7 +97,7 @@ all : \ .INCLUDE: $(PRJ)$/util$/odk_rules.pmk $(DESTDIREXAMPLES)$/%$/office_connectrc : $(PRJ)$/examples$/%$/office_connectrc - +-$(MKDIRHIER) $(@:d) - +-rm -f $@ >& $(NULLDEV) + -$(MKDIRHIER) $(@:d) + -rm -f $@ >& $(NULLDEV) $(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $< $(MY_TEXTCOPY_TARGETPRE) $@ |