diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-06 00:33:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-06 00:33:04 +0300 |
commit | 8d83508ec3a5238d0bfa1992166f9af02942ca4e (patch) | |
tree | 733d28f0ed241f47bd6c04a38f14f3e53ffa596d /cppuhelper/qa/propertysetmixin | |
parent | d5124274aee27258649e43f3e9ba9c31b6bb4ff0 (diff) |
Bypass qa thingies for now when cross-compiling
Diffstat (limited to 'cppuhelper/qa/propertysetmixin')
-rw-r--r-- | cppuhelper/qa/propertysetmixin/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cppuhelper/qa/propertysetmixin/makefile.mk b/cppuhelper/qa/propertysetmixin/makefile.mk index 04aa2479c3b8..be4cfc380947 100644 --- a/cppuhelper/qa/propertysetmixin/makefile.mk +++ b/cppuhelper/qa/propertysetmixin/makefile.mk @@ -41,6 +41,11 @@ my_components = $(TARGET).cpp $(TARGET).java .INCLUDE: settings.mk +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF + .IF "$(OS)" == "WNT" my_file = file:/// .ELSE |