Move safe_strerror to common/
[deliverable/binutils-gdb.git] / gdb / gdbserver / Makefile.in
index 0e442fcd973fb2f73bdd2d18516a43520f065a3b..8406ff4db5fed22f7db285a58f77af62c3d97b54 100644 (file)
@@ -518,6 +518,12 @@ rsp-low.o: ../common/rsp-low.c
 common-utils.o: ../common/common-utils.c
        $(COMPILE) $<
        $(POSTCOMPILE)
+posix-strerror.o: ../common/posix-strerror.c
+       $(COMPILE) $<
+       $(POSTCOMPILE)
+mingw-strerror.o: ../common/mingw-strerror.c
+       $(COMPILE) $<
+       $(POSTCOMPILE)
 vec.o: ../common/vec.c
        $(COMPILE) $<
        $(POSTCOMPILE)
This page took 0.024007 seconds and 4 git commands to generate.