From fe9a2174c2dd7d76b4f9c15bb30063c2e783aebb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 18 Jun 2011 00:51:04 +0300 Subject: 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. --- offapi/util/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/util') 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 ------------------------------------------------------ -- cgit v1.2.3