#100000# Rewind last change by georgez, which under certain circumstances prevents compiling of needed objects (example: viewer/source/main/main.cxx gets not compiled).

This commit is contained in:
Rüdiger Timm 2003-06-13 09:44:06 +00:00
parent 0087d9e441
commit 86d0afd8c9

View file

@ -2,9 +2,9 @@
#
# $RCSfile: target.mk,v $
#
# $Revision: 1.138 $
# $Revision: 1.139 $
#
# last change: $Author: vg $ $Date: 2003-06-12 10:00:31 $
# last change: $Author: rt $ $Date: 2003-06-13 10:44:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -2373,7 +2373,7 @@ $(RSC_MULTI1) $(RSC_MULTI2) $(RSC_MULTI3) $(RSC_MULTI4) $(RSC_MULTI5) $(RSC_MULT
.IF "$(MAKEFILERC)"==""
.IF "$(CXXFILES)$(CFILES)$(RCFILES)$(SLOFILES)$(OBJFILES)$(DEPOBJFILES)$(PARFILES)" != ""
.IF "$(DEPFILES)" != ""
.IGNORE: .INCLUDE : $(DEPFILES)
.INCLUDE : $(DEPFILES)
.ENDIF # "$(DEPFILES)" != ""
.INCLUDE : $(MISC)$/$(TARGET).dpc
.IF "$(GROUP)"=="WRITER"