diff options
Diffstat (limited to 'udkapi/util/target.pmk')
-rw-r--r-- | udkapi/util/target.pmk | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/udkapi/util/target.pmk b/udkapi/util/target.pmk index 5827c37c5..14e65e657 100644 --- a/udkapi/util/target.pmk +++ b/udkapi/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mi $ $Date: 2003-01-21 13:17:36 $ +# last change: $Author: hr $ $Date: 2003-03-27 17:37:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,3 +60,10 @@ # #************************************************************************* +$(OUT)$/misc$/$(TARGET).idls: makefile.mk + +-$(RM) $@ + +$(TYPE) $(mktmp $(foreach,i,$(IDLFILES) $(PACKAGE)$/$i)) >>$@ + +ALLTAR: $(OUT)$/misc$/$(TARGET).idls + + |