-
- @# We can't get at the individual components of the version here
- @# anymore, so strip the major and minor version out of the blob.
-
- ( \
- wx_version=$(WX_VERSION); \
- wx_release=$${wx_version%.*}; \
- rm -rf $(WXDIR)/../wxwidgets$${wx_release}-$${wx_version}; \
- mv $(DISTDIR) $(WXDIR)/../wxwidgets$${wx_release}-$${wx_version};\
- )