summaryrefslogtreecommitdiff
path: root/auto/cc
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-12 13:29:00 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-12 13:29:00 +0000
commit5147f8e9cadf5f2c1b9600817cce38590d2a99db (patch)
treeefff957a7ac95f6368bf0facb699e73d96e1a9b3 /auto/cc
parentd2af69adc6153a63856f45996ce178846c149dbd (diff)
add miltilines in OpenWatcom makefiles
Diffstat (limited to 'auto/cc')
-rw-r--r--auto/cc/owc18
1 files changed, 13 insertions, 5 deletions
diff --git a/auto/cc/owc b/auto/cc/owc
index bd0cd40c..39c180a2 100644
--- a/auto/cc/owc
+++ b/auto/cc/owc
@@ -88,8 +88,16 @@ ngx_binext=".exe"
ngx_regex_dirsep='\\'
ngx_dirsep="\\"
-ngx_regex_cont=' '
-ngx_long_regex_cont=' '
-ngx_cont=' '
-ngx_long_cont=' '
-ngx_tab=' '
+ngx_long_start=' '
+ngx_long_end=' '
+ngx_long_regex_cont=' \&\
+ '
+ngx_long_cont=' &
+ '
+
+ngx_regex_cont=' \&\
+ '
+ngx_cont=' &
+ '
+ngx_tab=' &
+ '