diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-11-08 08:52:16 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-11-08 08:52:16 +0000 |
commit | af78a45ddec7a13247f111895b2f3a4a404c98ac (patch) | |
tree | db37e4e85e30f5fa432772937476f002d17634a4 /offuh/source | |
parent | a070f92e94fb1ecafa20977447c80f8afa1bea67 (diff) |
add: generate header files only if really changed, add switch -Gc #65293#
Diffstat (limited to 'offuh/source')
-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 d1545f400f09..e845336a81ce 100644 --- a/offuh/source/makefile.mk +++ b/offuh/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hr $ $Date: 2000-11-13 18:27:52 $ +# last change: $Author: mh $ $Date: 2001-11-08 09:52: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 $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOUCRRDB) && echo > $@ + +cppumaker -Gc $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOUCRRDB) && echo > $@ # --- Targets ------------------------------------------------------ |