diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-06-16 18:11:49 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-06-16 18:11:49 +0000 |
commit | 7cf1fc407ddc53171bfea2a949812e80f5d10c98 (patch) | |
tree | ea204bd58c869d19d5ad7e204fc2944c6c172c1b /soltools | |
parent | 08808da4a2ed87f3eafd56fe579e9fc7a01a9d64 (diff) |
CWS-TOOLING: integrate CWS ause102
2009-06-16 19:22:59 +0200 hjs r273039 : #i102607# don't kill mingw
2009-06-12 15:17:22 +0200 ihi r272921 : #i102607# add path before calling l10n tool
2009-06-11 14:25:20 +0200 hjs r272873 : #i102607# on EPM=internal call binary with full path
2009-06-10 13:35:48 +0200 hjs r272807 : #i102607# remove solver PATH entry from OOo env.
2009-06-10 12:10:44 +0200 hjs r272802 : #i102635# correct dependencies for all
2009-06-10 11:58:53 +0200 hjs r272801 : #i102607# call tools from solver with absolute path
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/util/makefile.pmk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/util/makefile.pmk b/soltools/util/makefile.pmk index b0a67f85e..ad80f13bf 100644 --- a/soltools/util/makefile.pmk +++ b/soltools/util/makefile.pmk @@ -30,7 +30,7 @@ #************************************************************************* # find 'makedepend' in own output tree -MAKEDEPEND=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(BIN)$/makedepend +MAKEDEPEND=$(AUGMENT_LIBRARY_PATH) $(BIN)$/makedepend # find 'adjustvisibility' in own output tree -ADJUSTVISIBILITY=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(BIN)$/adjustvisibility +ADJUSTVISIBILITY=$(AUGMENT_LIBRARY_PATH) $(BIN)$/adjustvisibility |