diff options
Diffstat (limited to 'auto/cc/conf')
-rw-r--r-- | auto/cc/conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/auto/cc/conf b/auto/cc/conf index 0a5db9e34..f064bca0d 100644 --- a/auto/cc/conf +++ b/auto/cc/conf @@ -2,6 +2,8 @@ # Copyright (C) Igor Sysoev +LINK="\$(CC)" + ngx_include_opt="-I " ngx_compile_opt="-c" ngx_objout="-o " @@ -56,7 +58,7 @@ else # # Compaq C V6.5-207 # # . auto/cc/ccc - ngx_include_opt="-I " + ngx_include_opt="-I" ;; # acc) |