aboutsummaryrefslogtreecommitdiff
path: root/util/sconfig/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-08 13:16:32 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-08 13:16:32 +0000
commite705f9cee2a7bcfebd2b468365c0522434d29200 (patch)
tree839f4a751a100494f238b620b178570fe0997d82 /util/sconfig/Makefile.inc
parent05245ec05b69d2431b8ed78c05b99b1aac95a44b (diff)
output cosmetics
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5378 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/sconfig/Makefile.inc')
-rw-r--r--util/sconfig/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/sconfig/Makefile.inc b/util/sconfig/Makefile.inc
index c040d3c341..4e08135c14 100644
--- a/util/sconfig/Makefile.inc
+++ b/util/sconfig/Makefile.inc
@@ -27,5 +27,5 @@ $(obj)/util/sconfig/%: $(top)/util/sconfig/%_shipped
cp $< $@
$(obj)/util/sconfig/sconfig: $(obj)/util/sconfig $(addprefix $(obj)/util/sconfig/,$(sconfigobj))
- printf " HOSTCXX $(subst $(obj)/,,$(@)) (link)\n"
- $(HOSTCXX) $(SCONFIGFLAGS) -o $@ $(addprefix $(obj)/util/sconfig/,$(sconfigobj))
+ printf " HOSTCC $(subst $(obj)/,,$(@)) (link)\n"
+ $(HOSTCC) $(SCONFIGFLAGS) -o $@ $(addprefix $(obj)/util/sconfig/,$(sconfigobj))