#i10000# use (TOUCH) variable instead of touch command (HJS)
This commit is contained in:
parent
e29113381b
commit
f3482bc062
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: target.mk,v $
|
||||
#
|
||||
# $Revision: 1.160 $
|
||||
# $Revision: 1.161 $
|
||||
#
|
||||
# last change: $Author: hr $ $Date: 2005-10-25 11:09:26 $
|
||||
# last change: $Author: kz $ $Date: 2005-11-03 13:44:24 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -1897,7 +1897,7 @@ $(UNOUCRTARGET) : $(UNOUCRDEP) $(UNOUCRTYPEFLAGS)
|
|||
.IF "$(XML2MK_FILES)"!=""
|
||||
@+-$(RM) $(foreach,i,$(XML2MK_FILES) $(MISC)$/$(i).mk) >& $(NULLDEV)
|
||||
.ENDIF # "$(XML2MK_FILES)"!=""
|
||||
+$(CPPUMAKER) @$(mktmp $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOTYPES:^"-T") $(UNOUCRRDB)) && touch $@
|
||||
+$(CPPUMAKER) @$(mktmp $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOTYPES:^"-T") $(UNOUCRRDB)) && $(TOUCH) $@
|
||||
.ENDIF # "$(UNOTYPES)" != ""
|
||||
|
||||
.ENDIF # "$(L10N_framework)"!=""
|
||||
|
|
Loading…
Reference in a new issue