]> git.efficios.com Git - deliverable/binutils-gdb.git/commitdiff
* config/s390/s390.mh (NATDEPFILES): Don't split this across
authorJim Blandy <jimb@codesourcery.com>
Tue, 6 Nov 2001 00:04:51 +0000 (00:04 +0000)
committerJim Blandy <jimb@codesourcery.com>
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 313fd613219f119036290db02874f501748c8892..e5e5715a8f25691665fc4fb778bf9975940c6614 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 fa953b4529460595941ff036e92fb9fc1a4e8b25..a3b88e0eb98247a99451e1999ed4f8af667d3e7a 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
This page took 0.032159 seconds and 4 git commands to generate.