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. --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install.sh') diff --git a/scripts/install.sh b/scripts/install.sh index b8e03689..d9b56567 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -35,7 +35,7 @@ done echo "Compile instlist..." -$DEBUG $HOSTCC $CCFLAGS -I . scripts/install.c -o instlist || exit 1 +$DEBUG $HOSTCC -I . scripts/install.c -o instlist || exit 1 COMMANDS="$(./instlist $LONG_PATH)" echo "Install commands..." -- cgit v1.2.3