]> git.saurik.com Git - wxWidgets.git/commitdiff
build_cfg_file is phony target
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 8 Nov 2003 10:31:36 +0000 (10:31 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 8 Nov 2003 10:31:36 +0000 (10:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/build_cfg.bkl
build/msw/makefile.gcc
build/msw/makefile.wat

index 685d4398eba375f5c8f62c3e522bcd5049317cfe..a02612a5375820344b5943d5d3b53deb89c30b6a 100644 (file)
@@ -15,6 +15,7 @@
         </set>
         
         <action id="build_cfg_file">
+            <is-phony>1</is-phony>
             <dependency-of>all</dependency-of>
             <depends>libdir_setup</depends>
             <command>
index cdc80c9e39afabe71fe3817155a8e5ca14766772..483798a2f8fa6db1e10ef94b881bc551cef4a0c3 100644 (file)
@@ -9808,4 +9808,4 @@ $(LIBDIRNAME)\libwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_xml.a: $(XMLLIB_OBJECTS)
 endif
 endif
 
-.PHONY: all clean samples setup_h
+.PHONY: all build_cfg_file clean samples setup_h
index 1384e40fa6e01b70059e347b51f9161746a2e072..aa0f80991a92bd2329c8e80865084fe87c8d3356 100644 (file)
@@ -9635,7 +9635,7 @@ $(LIBDIRNAME)\wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib :  $(BASELIB_OBJECTS)
 !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)