This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] gen-protos.o depends on errors.h


gen-protos.c now includes errors.h.  Tested on mips-sgi-irix6.5,
installed as obvious.

Richard


	* Makefile.in (gen-protos.o): Depend on errors.h.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.1393
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.1393 Makefile.in
--- Makefile.in	16 Sep 2004 21:29:37 -0000	1.1393
+++ Makefile.in	17 Sep 2004 07:13:31 -0000
@@ -2843,7 +2843,8 @@ gen-protos$(build_exeext): $(GEN_PROTOS_
 	${CC_FOR_BUILD} $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o $@ \
 	  $(GEN_PROTOS_OBJS) $(BUILD_LIBS)
 
-gen-protos.o: gen-protos.c scan.h $(BCONFIG_H) $(SYSTEM_H) coretypes.h $(GTM_H)
+gen-protos.o: gen-protos.c scan.h $(BCONFIG_H) $(SYSTEM_H) coretypes.h \
+	      $(GTM_H) errors.h
 
 scan.o: scan.c scan.h $(BCONFIG_H) $(SYSTEM_H) coretypes.h $(GTM_H)
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]