From 94e8c25bf130944432a2f80f1f34a6f94b8951ec Mon Sep 17 00:00:00 2001 From: Giles Lean Date: Tue, 16 Feb 2010 11:32:41 -0800 Subject: cc: use "cpp" anywhere in path, not "/bin/cpp" R=rsc CC=golang-dev http://codereview.appspot.com/206077 Committer: Russ Cox --- src/cmd/cc/lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/cc') diff --git a/src/cmd/cc/lex.c b/src/cmd/cc/lex.c index 63916e2a1..c9facc667 100644 --- a/src/cmd/cc/lex.c +++ b/src/cmd/cc/lex.c @@ -32,7 +32,7 @@ #include "y.tab.h" #ifndef CPP -#define CPP "/bin/cpp" +#define CPP "cpp" #endif int -- cgit v1.2.3