diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-07 00:45:42 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-07 00:45:42 +0300 |
commit | 1a632cd63faa5b688499ae3be3cc3282dd7ce262 (patch) | |
tree | 43634c42ab565c59e58a47af981713300b0a6aa2 /basebmp/test | |
parent | 892f1f330264c670404e33ad759246fea489dc57 (diff) |
No testing, sorry, when cross-compiling
Diffstat (limited to 'basebmp/test')
-rw-r--r-- | basebmp/test/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index cdb4ccef5d52..6941ed963b75 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -37,6 +37,11 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF + .IF "$(debug)"!="" || "$(DEBUG)"!="" .IF "$(COM)"=="MSC" |