summaryrefslogtreecommitdiff
path: root/udkapi/util/target.pmk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:45:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:45:03 +0000
commit4ad7fb07fb8d0eff98cbebab23d240a001a495dc (patch)
treed76890d88a3941d6702c9dd5f4f74d807080ef46 /udkapi/util/target.pmk
parent264fa07747103db6aa8bc8fe030e61c75c6776e0 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'udkapi/util/target.pmk')
-rw-r--r--udkapi/util/target.pmk11
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
+
+