summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorLuis Machado <luisgpm@br.ibm.com>2011-08-24 12:07:28 +0000
committerLuis Machado <luisgpm@br.ibm.com>2011-08-24 12:07:28 +0000
commit13da1c9782f523debe697aa1415b7b4f96fe4f93 (patch)
tree0cc8eb2413196e9f8c4af3cb2e4e1d7f0524add3 /gdb/Makefile.in
parentf040079fa2855244f39a6a39d6f03a4e80128d6d (diff)
downloadbinutils-gdb-13da1c9782f523debe697aa1415b7b4f96fe4f93.tar.gz
Move common linux procfs code to common/
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index bd006443b22..a3bd1f9d294 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
#