diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-02-16 09:49:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-16 15:25:38 +0200 |
commit | b57a1f2f4d693902a1720b5d4e47fa60cfba7ce0 (patch) | |
tree | 269f484cfad730fdee4f72702a90629fae14319e /sax | |
parent | a1fe0a772f40c221f5d788192543352b302ac4e8 (diff) |
Reduce verbiage slightly
Diffstat (limited to 'sax')
-rw-r--r-- | sax/test/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sax/test/makefile.mk b/sax/test/makefile.mk index c2b2161be304..09f17586ba36 100644 --- a/sax/test/makefile.mk +++ b/sax/test/makefile.mk @@ -40,8 +40,10 @@ ENABLE_EXCEPTIONS=TRUE # --- Files -------------------------------------------------------- .IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)" + ALL: - @echo Nothing done for non-desktop OSes +# nothing + .ENDIF # |