plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit dc9d0ffc7558dacde0df81ff3b278fa6f356f46f
parent ff34e95bc37cb18829fd61b5d9dce6103042c472
Author: rsc <devnull@localhost>
Date:   Tue,  2 Mar 2004 19:29:39 +0000

Use cflags (bug introduced by Mac tweak).

Diffstat:
Mbin/9c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/9c b/bin/9c @@ -13,7 +13,7 @@ usegcc() -Wno-comment \ -Wno-sign-compare \ " - cflags="$cflags -ggdb" + cflags="$ngflags -ggdb" } tag="${SYSNAME:-`uname`}-${OBJTYPE:-`uname -m`}-${CC9:-cc}"