summaryrefslogtreecommitdiffstats
path: root/soltools/giparser
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-27 15:34:10 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-27 15:52:23 +0200
commita6ed487d9703a052f335141d3d44a022d08e84ab (patch)
tree66420202ccf16f782d548aadb3556c7a6af70412 /soltools/giparser
parentupdate unused list (diff)
downloadcore-a6ed487d9703a052f335141d3d44a022d08e84ab.tar.gz
core-a6ed487d9703a052f335141d3d44a022d08e84ab.zip
Decrease verbiage a little bit
Diffstat (limited to 'soltools/giparser')
-rw-r--r--soltools/giparser/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/soltools/giparser/makefile.mk b/soltools/giparser/makefile.mk
index d7f04dbe82f6..b2dbe39a6f23 100644
--- a/soltools/giparser/makefile.mk
+++ b/soltools/giparser/makefile.mk
@@ -38,8 +38,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
# --- Files --------------------------------------------------------