diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-08-23 08:13:49 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-08-23 08:13:49 +0000 |
commit | f4c7a73f5a7eaf87778662e4f802d2810440a3dd (patch) | |
tree | 45dd103bc760cc08e93da3d53a391e7a4e33336f /soltools | |
parent | 7716f8419bc5ef5ab6bc33cc9b4e3f4f08523a4f (diff) |
INTEGRATION: CWS tune03 (1.4.84); FILE MERGED
2004/08/16 17:30:30 mhu 1.4.84.1: #i31183# Handle 'adjustvisibility' analog to 'makedepend' to avoid bootstrap problem.
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/util/makefile.pmk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/soltools/util/makefile.pmk b/soltools/util/makefile.pmk index 7f56337eddb9..9262b2c8ac6d 100644 --- a/soltools/util/makefile.pmk +++ b/soltools/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hjs $ $Date: 2002-11-04 18:21:36 $ +# last change: $Author: rt $ $Date: 2004-08-23 09:13:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,6 +60,8 @@ # #************************************************************************* -# find makedepend in own output tree +# find 'makedepend' in own output tree MAKEDEPEND=$(WRAPCMD) $(BIN)$/makedepend +# find 'adjustvisibility' in own output tree +ADJUSTVISIBILITY=$(WRAPCMD) $(BIN)$/adjustvisibility |