removed unneeded version calculation

[SVN r20803]
This commit is contained in:
John Maddock
2003-11-13 12:44:18 +00:00
parent d0258375ae
commit aa132bec5d

View File

@ -46,9 +46,6 @@ dll boost_regex : ../src/$(SOURCES).cpp <template>regex-dll-options
debug release
;
local version-tag = [ MATCH "^([^.]+).([^.]+)" : $(BOOST_VERSION) ] ;
version-tag = $(version-tag:J="_") ;
stage stage/lib : <lib>boost_regex <dll>boost_regex
:
<locate>$(BOOST_ROOT)