diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-01 05:38:44 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-01 05:38:44 +0000 |
commit | aa30bc8bc3437eae7bfa62d761b78d0cb44b4d9b (patch) | |
tree | e74efa07d123691e4ef998af016cbd4ea3eed86d /include/makeinclude/wrapper_macros.GNU | |
parent | 795ff11147343572e6e8685ef8379848cf23a434 (diff) | |
download | ATCD-aa30bc8bc3437eae7bfa62d761b78d0cb44b4d9b.tar.gz |
Fixed regex of ACE_LDSO_Version_Number.
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index b1eff174e6a..46ec75b64f7 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -149,7 +149,7 @@ YACC = yacc # Define SOEXT trailing digits if platform needs it. ifeq ($(versioned_so),1) ACE_LDSO_Version_Number := $(shell echo .`perl -ne 'if (/ACE version/) \ - { s/[^0-9]+(\d+\.\d+)\.\d+.+/\1/ ; print }' ${ACE_ROOT}/VERSION `) + { s/[^0-9]+(\d+\.\d+)(\.\d+)?.+/\1/ ; print }' ${ACE_ROOT}/VERSION `) else ACE_LDSO_Version_Number = endif |