Move safe_strerror to common/
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 5dae3e6b40e22f8ff67b1d801905259b259a6b73..57ed361f3ebcbdc055a493c87225d7cd6eaa0384 100644 (file)
@@ -955,7 +955,7 @@ common/common-utils.h common/xml-utils.h common/buffer.h common/ptid.h \
 common/format.h common/host-defs.h utils.h common/queue.h \
 nat/linux-osdata.h gdb-dlfcn.h auto-load.h probe.h stap-probe.h \
 gdb_bfd.h sparc-ravenscar-thread.h ppc-ravenscar-thread.h nat/linux-btrace.h \
-ctf.h nat/x86-cpuid.h nat/x86-gcc-cpuid.h target/resume.h \
+nat/ppc-linux.h ctf.h nat/x86-cpuid.h nat/x86-gcc-cpuid.h target/resume.h \
 target/wait.h target/waitstatus.h nat/linux-nat.h nat/linux-waitpid.h \
 common/print-utils.h common/rsp-low.h nat/x86-dregs.h x86-linux-nat.h \
 i386-linux-nat.h common/common-defs.h common/errors.h common/common-types.h \
@@ -1680,7 +1680,7 @@ ALLDEPFILES = \
        m68klinux-nat.c m68klinux-tdep.c \
        m88k-tdep.c m88kbsd-nat.c \
        microblaze-tdep.c microblaze-linux-tdep.c \
-       mingw-hdep.c \
+       mingw-hdep.c common/mingw-strerror.c \
        mips-linux-nat.c mips-linux-tdep.c \
        mips-sde-tdep.c \
        mips-tdep.c \
@@ -1690,7 +1690,7 @@ ALLDEPFILES = \
        nios2-tdep.c nios2-linux-tdep.c \
        nbsd-nat.c nbsd-tdep.c obsd-nat.c obsd-tdep.c \
        somread.c solib-som.c \
-       posix-hdep.c \
+       posix-hdep.c common/posix-strerror.c \
        ppc-sysv-tdep.c ppc-linux-nat.c ppc-linux-tdep.c ppc64-tdep.c \
        ppcfbsd-nat.c ppcfbsd-tdep.c \
        ppcnbsd-nat.c ppcnbsd-tdep.c \
@@ -1858,7 +1858,6 @@ po/$(PACKAGE).pot: force
             -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
             -e 's/\([ \t;,(]\)free$$/\1xfree/g' \
             -e '/^#line.*y.tab.c/d' \
-            -e "s/^\(#line.*\)`basename $<`/\1`echo $<|sed 's/\//\\\\\//g'`/" \
          < $@.tmp > $@
        rm -f $@.tmp
 .l.c:
@@ -2228,6 +2227,14 @@ common-exceptions.o: ${srcdir}/common/common-exceptions.c
        $(COMPILE) $(srcdir)/common/common-exceptions.c
        $(POSTCOMPILE)
 
+posix-strerror.o: ${srcdir}/common/posix-strerror.c
+       $(COMPILE) $(srcdir)/common/posix-strerror.c
+       $(POSTCOMPILE)
+
+mingw-strerror.o: ${srcdir}/common/mingw-strerror.c
+       $(COMPILE) $(srcdir)/common/mingw-strerror.c
+       $(POSTCOMPILE)
+
 #
 # gdb/target/ dependencies
 #
@@ -2271,6 +2278,10 @@ mips-linux-watch.o: ${srcdir}/nat/mips-linux-watch.c
        $(COMPILE) $(srcdir)/nat/mips-linux-watch.c
        $(POSTCOMPILE)
 
+ppc-linux.o: ${srcdir}/nat/ppc-linux.c
+       $(COMPILE) $(srcdir)/nat/ppc-linux.c
+       $(POSTCOMPILE)
+
 #
 # gdb/tui/ dependencies
 #
This page took 0.027786 seconds and 4 git commands to generate.