diff options
Diffstat (limited to 'helpcontent2/makefile.pmk')
-rwxr-xr-x | helpcontent2/makefile.pmk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/helpcontent2/makefile.pmk b/helpcontent2/makefile.pmk index a04364da70..190192f3da 100755 --- a/helpcontent2/makefile.pmk +++ b/helpcontent2/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: pjunck $ $Date: 2004-11-03 12:41:33 $ +# last change: $Author: hr $ $Date: 2004-11-09 12:06:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,7 +64,9 @@ SHELL_PACKAGE:=$(subst,/,$/ $(PACKAGE)) HLANGZIPFILES:=$(foreach,i,$(HZIPFILES) $(foreach,j,$(alllangiso) $(MISC)$/$j$/$(SHELL_PACKAGE)$/$(i:b).hzip)) HDEPFILES:=$(foreach,i,$(HLANGZIPFILES) $(i:s/hzip/dphh/)) +.IF "$(SOLAR_JAVA)"!="" ALLTAR : $(MISC)$/$(TARGET)_dir.done $(MISC)$/$(TARGET)_dep_langs.mk +.ENDIF $(MISC)$/%_dep_langs.mk : @+-$(RM) $@ > $(NULLDEV) |