aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2a33cf54..fe23a332 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
CFLAGS = -Wall -Wundef -Wno-char-subscripts -Os
CC = $(CROSS_COMPILE)gcc $(CFLAGS) -funsigned-char
STRIP = $(CROSS_COMPILE)strip
-HOST_CC = gcc $(CFLAGS) -funsigned-char
+HOSTCC = gcc $(CFLAGS) -funsigned-char
all: toybox
@@ -52,7 +52,7 @@ toybox: toybox_unstripped
$(STRIP) toybox_unstripped -o toybox
instlist: toybox
- $(HOST_CC) -I . scripts/install.c -o instlist
+ $(HOSTCC) -I . scripts/install.c -o instlist
install_flat: instlist
@mkdir -p $(PREFIX)/