diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2006-04-21 10:31:11 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2006-04-21 10:31:11 +0000 |
commit | 1334d4474ef612f9f79504bda9cbccb27697c212 (patch) | |
tree | cc602c6f68ff328357f54d90dc9e4e5302a6d2ee /helpcontent2/makefile.pmk | |
parent | ca1391cd859b20aab54cbdea634c54ca7b969c12 (diff) |
#i10000# cleanup too aggressive
Diffstat (limited to 'helpcontent2/makefile.pmk')
-rwxr-xr-x | helpcontent2/makefile.pmk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/helpcontent2/makefile.pmk b/helpcontent2/makefile.pmk index 2f90bab068..d26c760acb 100755 --- a/helpcontent2/makefile.pmk +++ b/helpcontent2/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: hr $ $Date: 2006-04-19 15:34:25 $ +# last change: $Author: hjs $ $Date: 2006-04-21 11:31:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ SHELL_PACKAGE:=$(subst,/,$/ $(PACKAGE)) HLANGXHPFILES:=$(foreach,i,$(XHPFILES) $(foreach,j,$(aux_alllangiso) $(COMMONMISC)$/$j$/$(SHELL_PACKAGE)$/$(i:f))) .IF "$(SOLAR_JAVA)"!="" -ALLTAR : $(COMMONMISC)$/$(TARGET).done optix +ALLTAR : $(COMMONMISC)$/$(TARGET).done $(COMMONMISC)$/xhp_changed.flag optix .ENDIF $(HLANGXHPFILES) : $$(@:d)thisdir.created @@ -55,6 +55,9 @@ $(COMMONMISC)$/$(TARGET).done : $(HLANGXHPFILES) @+$(ECHONL) .ENDIF # "$(OS)"=="SOLARIS" +$(COMMONMISC)$/xhp_changed.flag : $(HLANGXHPFILES) + @+$(TOUCH) $@ + # urks - dmake mixes up operators and strings :-( .IF "$(HLANGXHPFILES:s/defined/xxx/)"!="" |