diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-11 12:55:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-11 14:24:08 +0200 |
commit | b9d93c00306a10ef270f9979ed717a8c3cfb7414 (patch) | |
tree | 4b55938ac10fbeee01ef9f43758fa5e9c87e7a4c /ure/source/uretest/Makefile | |
parent | c482ded5fd9be85b441d952b29793a2f38a76b67 (diff) |
Adapt uretest to -B removed from cppumaker/javamaker
Change-Id: If256eeddf4b8efded6e5e010b0155e05f5a1de79
Diffstat (limited to 'ure/source/uretest/Makefile')
-rw-r--r-- | ure/source/uretest/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ure/source/uretest/Makefile b/ure/source/uretest/Makefile index 26a1a6f90bcd..1db5282d3a85 100644 --- a/ure/source/uretest/Makefile +++ b/ure/source/uretest/Makefile @@ -139,12 +139,12 @@ out.sdk/cppserver.$(OBJ_EXT): cppserver.cc out.sdk/cpputypes.cppumaker.flag \ out.sdk/cpputypes.cppumaker.flag: | out.sdk $(CPPUMAKER) -O./out.sdk/include/cpputypes \ - -BUCR "$(URE_TYPES)" "-Tcom.sun.star.lang.DisposedException;com.sun.star.lang.EventObject;com.sun.star.lang.XMain;com.sun.star.lang.XMultiComponentFactory;com.sun.star.lang.XMultiServiceFactory;com.sun.star.lang.XSingleComponentFactory;com.sun.star.lang.XSingleServiceFactory;com.sun.star.lang.XTypeProvider;com.sun.star.registry.XRegistryKey;com.sun.star.uno.DeploymentException;com.sun.star.uno.Exception;com.sun.star.uno.RuntimeException;com.sun.star.uno.XAggregation;com.sun.star.uno.XComponentContext;com.sun.star.uno.XCurrentContext;com.sun.star.uno.XInterface;com.sun.star.uno.XWeak;com.sun.star.util.theMacroExpander" \ + "$(URE_TYPES)" touch $@ out.sdk/types.cppumaker.flag: out.sdk/types.rdb | out.sdk - $(CPPUMAKER) -O./out.sdk/include/types -BUCR $< "-X$(URE_TYPES)" + $(CPPUMAKER) -O./out.sdk/include/types $< "-X$(URE_TYPES)" touch $@ @@ -261,7 +261,7 @@ out.sdk/types.mf: types.mf.template | out.sdk out.sdk/types.javamaker.flag: out.sdk/types.rdb | out.sdk out.sdk/class - $(DELRECURSIVE) $(subst /,$(PS),out.sdk/class/types) - $(JAVAMAKER) -O./out.sdk/class/types -BUCR $< "-X$(URE_TYPES)" + $(JAVAMAKER) -O./out.sdk/class/types $< "-X$(URE_TYPES)" touch $@ |