diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:10:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:10:58 +0000 |
commit | 8ebc3c4af39f11cf6a7c81e0bb0de93e7e02c08e (patch) | |
tree | 42236fbacd5048c77f5be3d3782144d8039d1f0f /offapi/util | |
parent | 6a8c01fcf75a044281dea0398c7e2f6e54dd6dc8 (diff) |
INTEGRATION: CWS ause069 (1.4.204); FILE MERGED
2006/10/18 17:12:13 hjs 1.4.204.1: #i70359# remove forced shell calls
Diffstat (limited to 'offapi/util')
-rw-r--r-- | offapi/util/target.pmk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/util/target.pmk b/offapi/util/target.pmk index 6bb902a227b2..beefb27b073d 100644 --- a/offapi/util/target.pmk +++ b/offapi/util/target.pmk @@ -4,9 +4,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 14:31:00 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:10:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -34,8 +34,8 @@ #************************************************************************* $(OUT)$/misc$/$(TARGET).idls: makefile.mk - +-$(RM) $@ - +$(TYPE) $(mktmp $(foreach,i,$(IDLFILES) $(PACKAGE)$/$i)) >>$@ + -$(RM) $@ + $(TYPE) $(mktmp $(foreach,i,$(IDLFILES) $(PACKAGE)$/$i)) >>$@ ALLTAR: $(OUT)$/misc$/$(TARGET).idls |