git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24470
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
</set>
<action id="build_cfg_file">
+ <is-phony>1</is-phony>
<dependency-of>all</dependency-of>
<depends>libdir_setup</depends>
<command>
endif
endif
-.PHONY: all clean samples setup_h
+.PHONY: all build_cfg_file clean samples setup_h
!endif
!endif
-build_cfg_file : $(SETUPHDIR)
+build_cfg_file : .SYMBOLIC $(SETUPHDIR)
@echo WXVER_MAJOR=2 >$(BUILD_CFG_FILE)
@echo WXVER_MINOR=5 >>$(BUILD_CFG_FILE)
@echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE)