diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-27 15:34:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-27 15:52:23 +0200 |
commit | a6ed487d9703a052f335141d3d44a022d08e84ab (patch) | |
tree | 66420202ccf16f782d548aadb3556c7a6af70412 /soltools/testhxx | |
parent | 68eabebbf7e3f41310fa198fcf5d565fa03c9f6f (diff) |
Decrease verbiage a little bit
Diffstat (limited to 'soltools/testhxx')
-rw-r--r-- | soltools/testhxx/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/soltools/testhxx/makefile.mk b/soltools/testhxx/makefile.mk index e71d8f116e23..aaadd3a31d5b 100644 --- a/soltools/testhxx/makefile.mk +++ b/soltools/testhxx/makefile.mk @@ -37,8 +37,10 @@ CAPTURE_OUTPUT = > $(MISC)$/testhxx.output && $(TOUCH) $(SLO)$/testhxx.obj .INCLUDE: settings.mk .IF "$(CROSS_COMPILING)"=="YES" + all: - @echo Nothing done when cross-compiling +# nothing + .ENDIF SLOFILES = $(SLO)$/testhxx.obj |