tUse cflags (bug introduced by Mac tweak). - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit dc9d0ffc7558dacde0df81ff3b278fa6f356f46f
DIR parent ff34e95bc37cb18829fd61b5d9dce6103042c472
HTML Author: rsc <devnull@localhost>
Date: Tue, 2 Mar 2004 19:29:39 +0000
Use cflags (bug introduced by Mac tweak).
Diffstat:
M bin/9c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/9c b/bin/9c
t@@ -13,7 +13,7 @@ usegcc()
-Wno-comment \
-Wno-sign-compare \
"
- cflags="$cflags -ggdb"
+ cflags="$ngflags -ggdb"
}
tag="${SYSNAME:-`uname`}-${OBJTYPE:-`uname -m`}-${CC9:-cc}"