... for calling the shell in variable configuration.
		
			
			Consequences : * This is a GNU Make extension, so it may not work with BSD Make and others * However, backticks relied on an sh shell, which may not be the case everywhere (AmigaOS comes to mind) Why did I do that : $(shell) is evaluated at variable assignment, not each time a command with the variable is executed. This is cleaner and should get the build running a little faster. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1806 416bcca6-2ee7-4201-b75f-2eb2f807beb1
Description
				
					Languages
				
				
								
								
									C
								
								89.3%
							
						
							
								
								
									Lua
								
								6.9%
							
						
							
								
								
									Makefile
								
								1.6%
							
						
							
								
								
									NSIS
								
								1.1%
							
						
							
								
								
									Objective-C
								
								0.4%
							
						
							
								
								
									Other
								
								0.5%