Don't do weird things if files starting with a hyphen exist in the build
directory.
This commit is contained in:
		
							parent
							
								
									55f3880f43
								
							
						
					
					
						commit
						f70659f460
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -72,7 +72,7 @@ BUILDSYSTEM = make
 | 
			
		|||
endif
 | 
			
		||||
 | 
			
		||||
build-file = $(BUILDDIR)/build.$(BUILDSYSTEM)
 | 
			
		||||
lua-files = $(shell find * -name 'build*.lua')
 | 
			
		||||
lua-files = $(shell find . -name 'build*.lua')
 | 
			
		||||
our-lua = $(BUILDDIR)/lua
 | 
			
		||||
 | 
			
		||||
# GNU make sets MAKECMDGOALS to the list of targets from the command
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue