From 97abd4a9813b0bd2f16049e2291bba076828408f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 18 Jun 2012 23:23:24 -0500 Subject: Replace CCFLAGS with description of how to add flags to HOSTCC. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3