OSDN Git Service

* configure.in: Don't comment out NATDEPFILES in the generated
authorMark Kettenis <kettenis@gnu.org>
Mon, 27 Sep 2004 18:41:24 +0000 (18:41 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 27 Sep 2004 18:41:24 +0000 (18:41 +0000)
Makefile if NAT_FILE is unset.
* configure: Regenerate.

gdb/ChangeLog
gdb/configure
gdb/configure.in

index 085648e..d4bf46c 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-27  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Don't comment out NATDEPFILES in the generated
+       Makefile if NAT_FILE is unset.
+       * configure: Regenerate.
+
 2004-09-27  Andrew Cagney  <cagney@gnu.org>
 
        * infrun.c (check_for_old_step_resume_breakpoint): Delete.
index 889d072..980a5a2 100755 (executable)
@@ -11764,14 +11764,6 @@ nativefile=$nativefile
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 
-if test "${nativefile}" = ""; then
-        < Makefile \
-        sed -e '/^NATDEPFILES[         ]*=.*\\$/,/[^\\]$/s/^/# /' \
-            -e '/^NATDEPFILES[         ]*=/s/^/# /' \
-        | sed -e '/^\(NATDEPFILES[     ]*[+]=[         ]*\)/s//# \1/' \
-       > Makefile.tem
-mv -f Makefile.tem Makefile
-fi
 
 sed -e '/^DEPRECATED_TM_FILE[  ]*=/s,^DEPRECATED_TM_FILE[      ]*=[    ]*,&config/'"${gdb_target_cpu}"'/,
 /^XM_FILE[     ]*=/s,^XM_FILE[         ]*=[    ]*,&config/'"${gdb_host_cpu}"'/,
index 0f3be69..41e5404 100644 (file)
@@ -1564,14 +1564,6 @@ AC_OUTPUT(Makefile .gdbinit:gdbinit.in,
 dnl Autoconf doesn't provide a mechanism for modifying definitions 
 dnl provided by makefile fragments.
 dnl
-if test "${nativefile}" = ""; then
-        < Makefile \
-        sed -e '/^NATDEPFILES[[        ]]*=.*\\$/,/[[^\\]]$/s/^/# /' \
-            -e '/^NATDEPFILES[[        ]]*=/s/^/# /' \
-        | sed -e '/^\(NATDEPFILES[[    ]]*[[+]]=[[     ]]*\)/s//# \1/' \
-       > Makefile.tem
-mv -f Makefile.tem Makefile
-fi
 
 changequote(,)dnl
 sed -e '/^DEPRECATED_TM_FILE[  ]*=/s,^DEPRECATED_TM_FILE[      ]*=[    ]*,&config/'"${gdb_target_cpu}"'/,