diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index bd00644..a3bd1f9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1959,6 +1959,10 @@ linux-osdata.o: ${srcdir}/common/linux-osdata.c $(COMPILE) $(srcdir)/common/linux-osdata.c $(POSTCOMPILE) +linux-procfs.o: $(srcdir)/common/linux-procfs.c + $(COMPILE) $(srcdir)/common/linux-procfs.c + $(POSTCOMPILE) + # # gdb/tui/ dependencies # |