summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-22 16:36:20 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-22 16:36:20 (GMT)
commit787be081500206ce14dbfe412e4e6cfd32443308 (patch)
tree3ab60f771960a502ff519eb0da04a4a1eb05fe9b
parentb984db5ffc6def5ea9ed7fd41547b1725d6ce721 (diff)
No need to expand the host cc every time.
-rw-r--r--ct-ng.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 69f18c5..dfa0f97 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -23,7 +23,7 @@ export CT_RESTART=$(RESTART)
PHONY += all
all: help
-HOST_CC = gcc -funsigned-char
+HOST_CC := gcc -funsigned-char
# Help system
help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail