aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7079f828..b224f3e3 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ bloatcheck: toybox_old toybox_unstripped
@scripts/bloatcheck toybox_old toybox_unstripped
instlist: toybox
- $(HOSTCC) $(CCFLAGS) -I . scripts/install.c -o instlist
+ $(HOSTCC) -I . scripts/install.c -o instlist
install_flat: instlist
scripts/install.sh --symlink --force