14 lines
		
	
	
		
			668 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			668 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
Index: gcc-4.2/gcc/Makefile.in
 | 
						|
===================================================================
 | 
						|
--- gcc-4.2/gcc/Makefile.in	(revision 121758)
 | 
						|
+++ gcc-4.2/gcc/Makefile.in	(working copy)
 | 
						|
@@ -2658,7 +2658,7 @@ mips-tdump.o : mips-tdump.c $(CONFIG_H) 
 | 
						|
 # FIXME: writing proper dependencies for this is a *LOT* of work.
 | 
						|
 libbackend.o : $(OBJS-common:.o=.c) $(out_file) \
 | 
						|
   insn-config.h insn-flags.h insn-codes.h insn-constants.h \
 | 
						|
-  insn-attr.h  $(DATESTAMP) $(BASEVER) $(DEVPHASE)
 | 
						|
+  insn-attr.h  $(DATESTAMP) $(BASEVER) $(DEVPHASE) gcov-iov.h
 | 
						|
 	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \
 | 
						|
 	  -DTARGET_NAME=\"$(target_noncanonical)\" \
 | 
						|
 	  -DLOCALEDIR=\"$(localedir)\" \
 |