From: Jim Blandy Date: Tue, 6 Nov 2001 00:04:51 +0000 (+0000) Subject: * config/s390/s390.mh (NATDEPFILES): Don't split this across X-Git-Tag: cygnus_cvs_20020108_pre~804 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8114216ba356fb44540511c7f0233150bdb4625e;p=thirdparty%2Fbinutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 313fd613219..e5e5715a8f2 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 fa953b45294..a3b88e0eb98 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