summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authortschwinge <tschwinge>2008-10-09 16:06:22 +0000
committertschwinge <tschwinge>2008-10-09 16:06:22 +0000
commite82c705c3b0d4291f9b7698abaae96616a0c1d92 (patch)
tree21596a3563142a09185b6b3932431082c518d8e8 /gdb/Makefile.in
parent245cfeab09a9c76f238d48ba17f3f4c170dabbe2 (diff)
downloadgdb-e82c705c3b0d4291f9b7698abaae96616a0c1d92.tar.gz
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.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index ab0a0b6e995..5b6c93d5a48 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