#i10000# cleanup too aggressive

This commit is contained in:
Hans-Joachim Lankenau
2006-04-21 10:31:11 +00:00
parent ca1391cd85
commit 1334d4474e

View File

@ -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/)"!=""