diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-12-02 14:08:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-12-02 14:08:22 +0000 |
commit | b045c3f9e7084ec150e57bd523c938c96528a0e7 (patch) | |
tree | 50103125211da373d662b51d78fc3b317bb3ac9a /gdb/Makefile.in | |
parent | a12ee2c5a45ec0ea10cb707a784f323e5ef8e055 (diff) | |
download | gdb-b045c3f9e7084ec150e57bd523c938c96528a0e7.zip gdb-b045c3f9e7084ec150e57bd523c938c96528a0e7.tar.gz gdb-b045c3f9e7084ec150e57bd523c938c96528a0e7.tar.bz2 |
Really check-in:
* Makefile.in (varobj.o): Delete special .c.o rule supressing
-Werror flag.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 97d5f73..fcfaab6 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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 # |