make gcc doesn't work if $SHELL is unexpected
This commit is contained in:
		
							parent
							
								
									8b8fecf10d
								
							
						
					
					
						commit
						5519b87186
					
				@ -15,4 +15,4 @@ install::
 | 
			
		||||
	@rm -f $(INC)/Makefile
 | 
			
		||||
 | 
			
		||||
gcc: install
 | 
			
		||||
	if [ -f $(MKHEADERS) ] ; then sh $(MKHEADERS) ; fi
 | 
			
		||||
	SHELL=/bin/sh; if [ -f $(MKHEADERS) ] ; then sh -e $(MKHEADERS) ; fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user