diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-10-09 16:06:22 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-10-09 16:06:22 +0000 |
commit | d11d9deb002f339cb0197a6eafaaf6eb3216fd11 (patch) | |
tree | c72e24d78f093360a8a7a437b43ceb8eb4b9ad15 /gdb/Makefile.in | |
parent | 202498082937c52fe713b80895fb05fee42e8427 (diff) | |
download | gdb-d11d9deb002f339cb0197a6eafaaf6eb3216fd11.zip gdb-d11d9deb002f339cb0197a6eafaaf6eb3216fd11.tar.gz gdb-d11d9deb002f339cb0197a6eafaaf6eb3216fd11.tar.bz2 |
2008-10-09 Thomas Schwinge <tschwinge@gnu.org>
* Makefile.in (gnu-nat.o): Revert the 2008-09-10 change, as the problem
is fixed upstream.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ab0a0b6..5b6c93d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1346,13 +1346,6 @@ ALLDEPFILES = \ # Some files need explicit build rules (due to -Werror problems) or due # to sub-directory fun 'n' games. -# "gnu-nat.c" gets "suggest parentheses around assignment used as -# truth value" errors. It turns out that there is a system header -# that does `if (a = b)'. -gnu-nat.o: $(srcdir)/gnu-nat.c - $(COMPILE.pre) $(INTERNAL_WARN_CFLAGS) $(COMPILE.post) $(srcdir)/gnu-nat.c - $(POSTCOMPILE) - hpux-thread.o: $(srcdir)/hpux-thread.c $(COMPILE) -I$(srcdir)/osf-share -I$(srcdir)/osf-share/HP800 \ -I/usr/include/dce $(srcdir)/hpux-thread.c |