PR gdb/7912:
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index dd874cee6a19f40e513284be665b6700e5ae263b..c891c83fa23180f11e3cebcd6957c3ce8cae4b77 100644 (file)
@@ -767,7 +767,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
        regset.c sol-thread.c windows-termcap.c \
        common/gdb_vecs.c common/common-utils.c common/xml-utils.c \
        common/ptid.c common/buffer.c gdb-dlfcn.c common/agent.c \
-       common/format.c btrace.c record-btrace.c ctf.c
+       common/format.c common/filestuff.c btrace.c record-btrace.c ctf.c
 
 LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c
 
@@ -890,6 +890,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
        expprint.o environ.o stack.o thread.o \
        exceptions.o \
        filesystem.o \
+       filestuff.o \
        inf-child.o \
        interps.o \
        minidebug.o \
@@ -1969,6 +1970,10 @@ buffer.o: ${srcdir}/common/buffer.c
        $(COMPILE) $(srcdir)/common/buffer.c
        $(POSTCOMPILE)
 
+filestuff.o: $(srcdir)/common/filestuff.c
+       $(COMPILE) $(srcdir)/common/filestuff.c
+       $(POSTCOMPILE)
+
 format.o: ${srcdir}/common/format.c
        $(COMPILE) $(srcdir)/common/format.c
        $(POSTCOMPILE)
This page took 0.025824 seconds and 4 git commands to generate.