summaryrefslogtreecommitdiffstats
path: root/tmake/bin
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-02-12 20:39:00 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-02-12 20:39:00 (GMT)
commit2bf4cfeda1be93954baf688017e147b565c06d9b (patch)
tree498c4173ac1530bb0ab661a222ddc2906f564944 /tmake/bin
parentc7d553e78d5c3efdecb3f44a63f4f68e83eae61a (diff)
downloadDoxygen-2bf4cfeda1be93954baf688017e147b565c06d9b.zip
Doxygen-2bf4cfeda1be93954baf688017e147b565c06d9b.tar.gz
Doxygen-2bf4cfeda1be93954baf688017e147b565c06d9b.tar.bz2
Release-1.3.6
Diffstat (limited to 'tmake/bin')
-rwxr-xr-xtmake/bin/tmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmake/bin/tmake b/tmake/bin/tmake
index 4862c3f..9158d7a 100755
--- a/tmake/bin/tmake
+++ b/tmake/bin/tmake
@@ -457,7 +457,7 @@ sub Project {
$r = "";
foreach ( @settings ) {
$v = $_;
- if ( $v =~ s/^\s*((?:[^:\s]*?:)?)(\w+)\s*(\+=|\*=|\-=|\/=|=)// ) {
+ if ( $v =~ s/^\s*([^:\r\n]+:)?(\w+)\s*(\+=|\*=|\-=|\/=|=)// ) {
$if_var = $1;
if ( $if_var ne "" ) {
chop $if_var;
@@ -550,7 +550,7 @@ sub ScanProject {
s/\#.*//; # strip comment
s/^\s+//; # strip white space
s/\s+$//;
- if ( /^\s*((?:(?:[^:\s]*?:)?)\w+\s*(\+|\-|\*|\/)?=)/ ) {
+ if ( /^(([^:\r\n]+:)?\w+\s*(\+|\-|\*|\/)?=)/ ) {
$var = $1; # var also contains the ".="
s/^.*?=\s*//;
if ( /^\<\<(.*)$/ ) {