This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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

[patch] Makefile.in: Compile varobj.c with -Werror


FYI,

This time I've really checked in this tweek.  The first time it was some
how lost amongst all my other patches :-(

	Andrew
Sun Dec  3 01:01:02 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in (varobj.o): Delete special .c.o rule supressing
 	-Werror flag.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.49
diff -p -r1.49 Makefile.in
*** Makefile.in	2000/12/01 18:01:37	1.49
--- Makefile.in	2000/12/02 14:04:41
*************** gdb-events.o: gdb-events.c gdb-events.h 
*** 2029,2037 ****
  
  ui-out.o: ui-out.c $(defs_h) $(ui_out_h) expression.h language.h
  cli-out.o: cli-out.c $(defs_h) $(ui_out_h) $(cli_out_h)
  varobj.o: varobj.c $(defs_h) $(frame_h) $(value_h) \
  	$(language_h) valprint.h varobj.h wrapper.h
! 	$(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
  wrapper.o: wrapper.c $(defs_h) $(frame_h) $(value_h) wrapper.h
  
  #
--- 2029,2038 ----
  
  ui-out.o: ui-out.c $(defs_h) $(ui_out_h) expression.h language.h
  cli-out.o: cli-out.c $(defs_h) $(ui_out_h) $(cli_out_h)
+ 
  varobj.o: varobj.c $(defs_h) $(frame_h) $(value_h) \
  	$(language_h) valprint.h varobj.h wrapper.h
! 
  wrapper.o: wrapper.c $(defs_h) $(frame_h) $(value_h) wrapper.h
  
  #

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