diff options
-rwxr-xr-x | helpcontent2/makefile.pmk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/helpcontent2/makefile.pmk b/helpcontent2/makefile.pmk index a881ccf543..465a649892 100755 --- a/helpcontent2/makefile.pmk +++ b/helpcontent2/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: rt $ $Date: 2007-04-26 13:55:36 $ +# last change: $Author: ihi $ $Date: 2007-06-05 10:19:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -36,9 +36,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 $(COMMONMISC)$/xhp_changed.flag optix -.ENDIF $(HLANGXHPFILES) : $$(@:d)thisdir.created |