OSDN Git Service

* config/s390/s390.mh (NATDEPFILES): Don't split this across
authorjimb <jimb>
Tue, 6 Nov 2001 00:04:51 +0000 (00:04 +0000)
committerjimb <jimb>
Tue, 6 Nov 2001 00:04:51 +0000 (00:04 +0000)
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
gdb/config/s390/s390.mh

index 313fd61..e5e5715 100644 (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.
index fa953b4..a3b88e0 100644 (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