2008-10-06 Thomas Schwinge * Makefile.in: Revert 2008-09-10 change, as the problem is fixed upstream. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.1049 retrieving revision 1.1048 diff -u -p -r1.1049 -r1.1048 --- Makefile.in 10 Sep 2008 18:13:21 -0000 1.1049 +++ Makefile.in 20 Aug 2008 10:18:23 -0000 1.1048 @@ -1343,13 +1343,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