diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-11-22 15:13:48 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-11-22 15:13:48 +0000 |
commit | e49a4cdc8de81f2cae4128a0fc4791032c20c3e6 (patch) | |
tree | be9b6546b865072866cbde6a8bd128a48d3ba125 /solenv | |
parent | 2ab54ac84d5ffe9894be90849dfeb48234668681 (diff) |
#65293# dependencies for to be generated headerfiles incomplete
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/target.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/target.mk b/solenv/inc/target.mk index 5f27fa5ea346..2da9c6cbe3c5 100644 --- a/solenv/inc/target.mk +++ b/solenv/inc/target.mk @@ -2,9 +2,9 @@ # # $RCSfile: target.mk,v $ # -# $Revision: 1.86 $ +# $Revision: 1.87 $ # -# last change: $Author: hjs $ $Date: 2001-11-21 17:18:19 $ +# last change: $Author: hjs $ $Date: 2001-11-22 16:13:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -2030,7 +2030,7 @@ $(OBJFILES) : $(UNOUCRHEADER) .IF "$(SLOFILES)"!="" $(SLOFILES) : $(UNOUCRHEADER) .ENDIF # "$(SLOFILES)"!="" -$(UNOUCRTARGET) .UPDATEALL : $(UNOUCRDEP) +$(UNOUCRTARGET) : $(UNOUCRDEP) +cppumaker @$(mktmp $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOTYPES:^"-T") $(UNOUCRRDB)) .ENDIF # "$(SINGLE_SHOT)" == "" .ENDIF # "$(UNOTYPES)" != "" |