Really check-in:

* Makefile.in (varobj.o): Delete special .c.o rule supressing
-Werror flag.
This commit is contained in:
Andrew Cagney 2000-12-02 14:08:22 +00:00
parent a12ee2c5a4
commit b045c3f9e7
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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.
Sun Dec 3 00:29:31 2000 Andrew Cagney <cagney@b1.cygnus.com>
* m32r-rom.c (m32r_load_section): Update to match
@ -145,8 +150,6 @@ Thu Nov 30 13:19:16 2000 Andrew Cagney <cagney@b1.cygnus.com>
Thu Nov 30 01:14:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (varobj.o): Delete special compile rule
suppressing -Werror flag.
* varobj.c (varobj_create): Initialize ``old_fi''.
(varobj_update): Initialize ``templist''.

View File

@ -2029,9 +2029,10 @@ gdb-events.o: gdb-events.c gdb-events.h $(defs_h) $(gdbcmd_h)
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
#