From 8114216ba356fb44540511c7f0233150bdb4625e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 6 Nov 2001 00:04:51 +0000 Subject: * config/s390/s390.mh (NATDEPFILES): Don't split this across several lines with backslashes; the `sed' command in configure.in's AC_OUTPUT clause that comments out the NATDEPFILES assignment doesn't handle lines extended with backslashes. --- gdb/ChangeLog | 5 +++++ gdb/config/s390/s390.mh | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 313fd61..e5e5715 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2001-11-05 Jim Blandy + * config/s390/s390.mh (NATDEPFILES): Don't split this across + several lines with backslashes; the `sed' command in + configure.in's AC_OUTPUT clause that comments out the NATDEPFILES + assignment doesn't handle lines extended with backslashes. + * configure.in (AC_OUTPUT): Handle assignments to NATDEPFILES using `+=' as well as `='. * configure: Regenerated. diff --git a/gdb/config/s390/s390.mh b/gdb/config/s390/s390.mh index fa953b4..a3b88e0 100644 --- a/gdb/config/s390/s390.mh +++ b/gdb/config/s390/s390.mh @@ -5,8 +5,7 @@ XDEPFILES= ser-tcp.o XM_CLIBS= NAT_FILE= nm-linux.h -NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o \ - s390-nat.o linux-thread.o core-aout.o core-regset.o +NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o s390-nat.o linux-thread.o core-aout.o core-regset.o # post 5.0 natdepfiles. NATDEPFILES+= thread-db.o lin-lwp.o proc-service.o LOADLIBES = -ldl -rdynamic -- cgit v1.1