diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-04-18 10:41:16 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-04-18 10:41:16 +0000 |
commit | f44741e4dc345483e6a7b4afce2a0b27d71b398b (patch) | |
tree | 1ccb012846a3bd4d3186086a36dd59b7fddb60b1 | |
parent | 23bfd2e2b2468370bcbc29ef8cbe0007a4b398b3 (diff) |
use command from variable
-rw-r--r-- | offuh/source/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offuh/source/makefile.mk b/offuh/source/makefile.mk index e845336a81ce..22f97b54f3a9 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 ------------------------------------------------------ |