Misc. minor regex fixes

[SVN r8134]
This commit is contained in:
John Maddock
2000-11-04 12:38:38 +00:00
parent fcdbbcff08
commit dc38a40569
8 changed files with 189 additions and 187 deletions

View File

@ -358,7 +358,7 @@ EOF
all_lib_obj="$all_lib_obj +$obj"
echo "$obj: $file \$(ALL_HEADER)" >> $tout
echo " bcc32 @&&|" >> $tout
echo "-c $opts \$(XCFLAGS) -o$obj $file" >> $tout
echo "-c \$(XCFLAGS) $opts \$(XCFLAGS) -o$obj $file" >> $tout
echo "|" >> $tout
echo "" >> $tout
done
@ -409,7 +409,7 @@ EOF
all_obj="$all_obj $obj"
echo "$obj: $file \$(ALL_HEADER)" >> $tout
echo " bcc32 @&&|" >> $tout
echo "-c $opts \$(XCFLAGS) -o$obj $file" >> $tout
echo "-c \$(XCFLAGS) $opts \$(XCFLAGS) -o$obj $file" >> $tout
echo "|" >> $tout
echo "" >> $tout
done
@ -609,3 +609,4 @@ rm -f $tout $iout