diff options
author | rsc <devnull@localhost> | 2004-03-02 19:29:39 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-02 19:29:39 +0000 |
commit | dc9d0ffc7558dacde0df81ff3b278fa6f356f46f (patch) | |
tree | 8a0613664b39a48f6913398ceab55e54fd260757 /bin | |
parent | ff34e95bc37cb18829fd61b5d9dce6103042c472 (diff) | |
download | plan9port-dc9d0ffc7558dacde0df81ff3b278fa6f356f46f.tar.gz plan9port-dc9d0ffc7558dacde0df81ff3b278fa6f356f46f.tar.bz2 plan9port-dc9d0ffc7558dacde0df81ff3b278fa6f356f46f.zip |
Use cflags (bug introduced by Mac tweak).
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/9c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ usegcc() -Wno-comment \ -Wno-sign-compare \ " - cflags="$cflags -ggdb" + cflags="$ngflags -ggdb" } tag="${SYSNAME:-`uname`}-${OBJTYPE:-`uname -m`}-${CC9:-cc}" |