From 64bcfff3a12695f4e3f54b0590e896611da71c3b Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 25 Nov 2003 02:11:11 +0000 Subject: More tweaks on Linux and Solaris. --- bin/9c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/9c') diff --git a/bin/9c b/bin/9c index 9104a08c..8a7148e8 100755 --- a/bin/9c +++ b/bin/9c @@ -5,7 +5,6 @@ usegcc() cc=gcc cflags=" \ -O2 \ - -I$PLAN9/include \ -c \ -ggdb \ -Wall \ @@ -29,4 +28,4 @@ case "$tag" in exit 1 esac -exec $cc $cflags "$@" +exec $cc -I$PLAN9/include $cflags "$@" -- cgit v1.2.3