summaryrefslogtreecommitdiff
path: root/offuh
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-04-18 10:41:16 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-04-18 10:41:16 +0000
commit7099cb293699c486163dc7ccfe40f484d62acf47 (patch)
tree6d4e1ad87a0ecd6909abab9d5e01e260e5258b5f /offuh
parentd42fc57739435816af1259893a38d099fd669837 (diff)
use command from variable
Diffstat (limited to 'offuh')
-rw-r--r--offuh/source/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/offuh/source/makefile.mk b/offuh/source/makefile.mk
index e845336a8..22f97b54f 100644
--- a/offuh/source/makefile.mk
+++ b/offuh/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: mh $ $Date: 2001-11-08 09:52:16 $
+# last change: $Author: hjs $ $Date: 2002-04-18 11:41:16 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,7 +75,7 @@ UNOUCROUT= $(OUT)$/inc
$(MISC)$/$(TARGET).don : $(UNOUCRRDB)
@+-$(RM) $@ >& $(NULLDEV)
- +cppumaker -Gc $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOUCRRDB) && echo > $@
+ +$(CPPUMAKER) -Gc $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOUCRRDB) && echo > $@
# --- Targets ------------------------------------------------------