Makefile: fix dependencies on config.h
patch by Younes Khoudli (changed slightly). Thanks
This commit is contained in:
		
							parent
							
								
									096b125db7
								
							
						
					
					
						commit
						7e19e11676
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -22,7 +22,7 @@ config.h: | ||||||
| 	$(CC) $(STCFLAGS) -c $< | 	$(CC) $(STCFLAGS) -c $< | ||||||
| 
 | 
 | ||||||
| st.o: config.h st.h win.h | st.o: config.h st.h win.h | ||||||
| x.o: arg.h st.h win.h | x.o: arg.h config.h st.h win.h | ||||||
| 
 | 
 | ||||||
| $(OBJ): config.h config.mk | $(OBJ): config.h config.mk | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Hiltjo Posthuma
						Hiltjo Posthuma