Really check-in:
authorAndrew Cagney <cagney@redhat.com>
Sat, 2 Dec 2000 14:08:22 +0000 (14:08 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 2 Dec 2000 14:08:22 +0000 (14:08 +0000)
* Makefile.in (varobj.o): Delete special .c.o rule supressing
-Werror flag.

gdb/ChangeLog
gdb/Makefile.in

index 00b0dcf..d2f41a0 100644 (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''.
 
index 97d5f73..fcfaab6 100644 (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
 
 #