summaryrefslogtreecommitdiff
path: root/scaddins
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-06-11 14:17:02 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-06-11 14:17:02 +0000
commit1244ff6c3bc2092d9d10e4b160f721970d7d5f1c (patch)
tree544342db710b247dfb1b4ee5448cc440ebc46cf5 /scaddins
parent2e1972ce1929c9ff34cc7da56a84a6cda8340cc3 (diff)
wrap idlc and regmerge
Diffstat (limited to 'scaddins')
-rw-r--r--scaddins/source/analysis/makefile.mk12
-rw-r--r--scaddins/source/datefunc/makefile.mk12
2 files changed, 12 insertions, 12 deletions
diff --git a/scaddins/source/analysis/makefile.mk b/scaddins/source/analysis/makefile.mk
index 38e91a0d4791..6a0a7eb81ce8 100644
--- a/scaddins/source/analysis/makefile.mk
+++ b/scaddins/source/analysis/makefile.mk
@@ -1,10 +1,10 @@
#**************************************************************************
#
-# $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/scaddins/source/analysis/makefile.mk,v 1.6 2002-03-11 16:22:55 svesik Exp $
+# $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/scaddins/source/analysis/makefile.mk,v 1.7 2002-06-11 15:17:02 hjs Exp $
#
-# $Date: 2002-03-11 16:22:55 $
-# $Author: svesik $
-# $Revision: 1.6 $
+# $Date: 2002-06-11 15:17:02 $
+# $Author: hjs $
+# $Revision: 1.7 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -156,8 +156,8 @@ RESLIB1SRSFILES=\
.INCLUDE : target.mk
$(BIN)$/analysisadd.rdb: $(ALLIDLFILES)
- +idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $?
- +regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)}
+ +$(IDLC) -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $?
+ +$(REGMERGE) $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)}
touch $@
diff --git a/scaddins/source/datefunc/makefile.mk b/scaddins/source/datefunc/makefile.mk
index 25c45b24cde6..a0ecfe07431a 100644
--- a/scaddins/source/datefunc/makefile.mk
+++ b/scaddins/source/datefunc/makefile.mk
@@ -1,10 +1,10 @@
#**************************************************************************
#
-# $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/scaddins/source/datefunc/makefile.mk,v 1.6 2001-10-02 07:52:33 dr Exp $
+# $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/scaddins/source/datefunc/makefile.mk,v 1.7 2002-06-11 15:16:43 hjs Exp $
#
-# $Date: 2001-10-02 07:52:33 $
-# $Author: dr $
-# $Revision: 1.6 $
+# $Date: 2002-06-11 15:16:43 $
+# $Author: hjs $
+# $Revision: 1.7 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -146,8 +146,8 @@ RESLIB1SRSFILES=\
.INCLUDE : target.mk
$(BIN)$/dateadd.rdb: $(ALLIDLFILES)
- +idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $?
- +regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)}
+ +$(IDLC) -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $?
+ +$(REGMERGE) $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)}
touch $@