diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-18 00:51:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-18 00:51:04 +0300 |
commit | fe9a2174c2dd7d76b4f9c15bb30063c2e783aebb (patch) | |
tree | 5052245b3d1949cd005cf46de411603291e3a4a9 /offapi | |
parent | ea4291dc1fff0ba3c3ed03267f765e4b40de4960 (diff) |
Cross-compilation fix
checknewapi.pl can run regview fine on Windows even if the name
doesn't include the .exe suffix. So drop the use of EXECPOST and then
this will work also in the case of cross-compilation to Windows, where
EXECPOST is .exe for HOST, but we aren't running a HOST regview but a
BUILD one.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk index d377ecafc589..4138067fde20 100644 --- a/offapi/util/makefile.mk +++ b/offapi/util/makefile.mk @@ -151,7 +151,7 @@ REGISTRYCHECKFLAG=$(MISC)$/registrycheck.flag UNOTYPE_STATISTICS=$(MISC)$/unotype_statistics.txt -REGVIEWTOOL=$(SOLARBINDIR)$/regview$(EXECPOST) +REGVIEWTOOL=$(SOLARBINDIR)$/regview # --- Targets ------------------------------------------------------ |