summaryrefslogtreecommitdiffstats
path: root/offapi/util
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-18 00:51:04 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-18 00:51:04 +0300
commitfe9a2174c2dd7d76b4f9c15bb30063c2e783aebb (patch)
tree5052245b3d1949cd005cf46de411603291e3a4a9 /offapi/util
parentLink correctly with the gnu_getopt library in the MinGW case (diff)
downloadcore-fe9a2174c2dd7d76b4f9c15bb30063c2e783aebb.tar.gz
core-fe9a2174c2dd7d76b4f9c15bb30063c2e783aebb.zip
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/util')
-rw-r--r--offapi/util/makefile.mk2
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 ------------------------------------------------------