* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / mpw-make.in
index a0acf8f1eeb8b8b432533094a24f838ba713ab33..8d2864458190bffa3bb8835597aa42de1befcbbc 100644 (file)
@@ -349,7 +349,7 @@ ALLDEPFILES = "{s}"29k-share:udi:udip2soc.c "{s}"29k-share:udi:udr.c \Option-d
        "{s}"remote-hms.c "{s}"remote-mips.c \Option-d
        "{s}"remote-mm.c "{s}"remote-mon.c "{s}"remote-nindy.c "{s}"remote-sim.c \Option-d
        "{s}"remote-st.c "{s}"remote-utils.c "{s}"dcache.c \Option-d
-       "{s}"remote-udi.c "{s}"remote-vx.c "{s}"remote-z8k.c "{s}"rs6000-nat.c \Option-d
+       "{s}"remote-udi.c "{s}"remote-vx.c "{s}"rs6000-nat.c \Option-d
        "{s}"rs6000-tdep.c "{s}"ser-go32.c "{s}"ser-tcp.c "{s}"sh-tdep.c "{s}"solib.c "{s}"sparc-nat.c \Option-d
        "{s}"sparc-tdep.c "{s}"sun3-nat.c "{s}"sun386-nat.c \Option-d
        "{s}"symm-tdep.c "{s}"symm-nat.c \Option-d
@@ -719,7 +719,17 @@ uninstall \Option-f  force
 # Formatting conventions:   The name of the _initialize_* routines must start
 # in column zero, and must not be inside #if.
 
+# FIXME: the last sed substitution 's/^://' should really be 's/^{o}//',
+# but only some versions of Make (like 4.0d2, but NOT 4.0b6) will make
+# the substitution.
+
 "{o}"init.c \Option-f  {OBS} {TSOBS}
+       If "{o}" =~ /:/
+               Echo objdir is :
+       Else
+               Echo Aack, objdir is not :
+               Exit -5
+       End If
        Echo Making "{o}"init.c
        Delete -i -y "{o}"init.c init.c-tmp
        Echo '/* Do not modify this file.  */' >init.c-tmp
@@ -740,7 +750,7 @@ uninstall \Option-f  force
            -e '/[a-z0-9A-Z_]*-exp.tab.c.o/d' \Option-d
            -e 's/\.gc\.o/.c/' \Option-d
            -e 's/\.c\.o/.c/' \Option-d
-               -e 's/^{o}//'`"
+           -e 's/^://'`"
          If "{filename}" != ""
            sed <"{s}""{filename}" >>init.c-tmp -n \Option-d
            -e '/^_initialize_[a-z_0-9A-Z]* *(/s/^\([a-z_0-9A-Z]*\).*/  {extern void \1 (); \1 ();}/p'
@@ -1451,9 +1461,6 @@ MAKEOVERRIDES=
        "{s}"vx-share:ptrace.h "{s}"vx-share:xdr_ld.h "{s}"vx-share:xdr_ptrace.h \Option-d
        "{s}"vx-share:xdr_rdb.h
 
-"{o}"remote-z8k.c.o \Option-f  "{s}"remote-z8k.c {wait_h} "{s}":sim:z8k:sim.h \Option-d
-       {defs_h} {gdbcore_h} {inferior_h} "{s}"target.h "{s}"terminal.h
-
 "{o}"remote-utils.c.o \Option-f  "{s}"remote-utils.c {defs_h} {gdbcmd_h} {gdbcore_h} \Option-d
        {inferior_h} {remote_utils_h} 
 
This page took 0.023972 seconds and 4 git commands to generate.