* 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.
This commit is contained in:
Jim Blandy 2001-11-06 00:04:51 +00:00
parent 1ba7aa49fd
commit 8114216ba3
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,10 @@
2001-11-05 Jim Blandy <jimb@redhat.com>
* 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.

View File

@ -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