Append WX_FLAVOUR to the name of wxrc executable
This commit is contained in:
		@@ -13,11 +13,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <if cond="FORMAT=='autoconf'">
 | 
					    <if cond="FORMAT=='autoconf'">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <!-- Install wxrc as $prefix/bin/wxrc-$version with a wxrc symlink
 | 
					        <!-- Install wxrc as $prefix/bin/wxrc-$version$flavour with a wxrc
 | 
				
			||||||
             pointing to it, so that users can use wxrc from different
 | 
					             symlink pointing to it, so that users can use wxrc from different
 | 
				
			||||||
             versions. -->
 | 
					             versions. -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <set var="versioned_name">wxrc-$(WX_RELEASE)</set>
 | 
					        <set var="versioned_name">wxrc-$(WX_RELEASE)$(WX_FLAVOUR)</set>
 | 
				
			||||||
        <modify-target target="install_wxrc">
 | 
					        <modify-target target="install_wxrc">
 | 
				
			||||||
            <command>
 | 
					            <command>
 | 
				
			||||||
                rm -f $(DESTDIR)$(BINDIR)/wxrc$(EXEEXT) $(DESTDIR)$(BINDIR)/$(versioned_name)
 | 
					                rm -f $(DESTDIR)$(BINDIR)/wxrc$(EXEEXT) $(DESTDIR)$(BINDIR)/$(versioned_name)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user