#96510# create target to convinnce dmake that minormkchange.flg exists
This commit is contained in:
parent
0c03a08531
commit
c378f7ee45
1 changed files with 5 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: target.mk,v $
|
||||
#
|
||||
# $Revision: 1.95 $
|
||||
# $Revision: 1.96 $
|
||||
#
|
||||
# last change: $Author: hjs $ $Date: 2002-01-14 18:24:47 $
|
||||
# last change: $Author: hjs $ $Date: 2002-01-14 19:35:58 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -2181,6 +2181,9 @@ $(SCP_PRODUCT_TYPE):
|
|||
|
||||
.ENDIF # "$(PARFILES)"!=""
|
||||
|
||||
$(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/minormkchanged.flg :
|
||||
+$(TOUCH) $@
|
||||
|
||||
.IF "$(COMPVERMK)"!=""
|
||||
"$(COMPVERMK)" : $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/minormkchanged.flg
|
||||
@echo COMNAME:=$(COMNAME) > $@
|
||||
|
|
Loading…
Reference in a new issue