aboutsummaryrefslogtreecommitdiff
path: root/src/tools/linux/dump_syms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/linux/dump_syms/Makefile')
-rw-r--r--src/tools/linux/dump_syms/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/tools/linux/dump_syms/Makefile b/src/tools/linux/dump_syms/Makefile
index 76cbf2c1..7a5673c9 100644
--- a/src/tools/linux/dump_syms/Makefile
+++ b/src/tools/linux/dump_syms/Makefile
@@ -96,7 +96,7 @@ clean::
dump_syms.o: dump_syms.cc
-VPATH += $(SRC)/common/linux
+VPATH += $(SRC)/common
dwarf_cfi_to_module.o: dwarf_cfi_to_module.cc
COVERAGE_SOURCES += dwarf_cfi_to_module.cc
dwarf_cu_to_module.o: dwarf_cu_to_module.cc
@@ -105,14 +105,16 @@ dwarf_line_to_module.o: dwarf_line_to_module.cc
COVERAGE_SOURCES += dwarf_line_to_module.cc
dump_stabs.o: dump_stabs.cc
COVERAGE_SOURCES += dump_stabs.cc
-dump_symbols.o: dump_symbols.cc
-file_id.o: file_id.cc
language.o: language.cc
module.o: module.cc
COVERAGE_SOURCES += module.cc
stabs_reader.o: stabs_reader.cc
COVERAGE_SOURCES += stabs_reader.cc
+VPATH += $(SRC)/common/linux
+dump_symbols.o: dump_symbols.cc
+file_id.o: file_id.cc
+
VPATH += $(SRC)/common/dwarf
bytereader.o: bytereader.cc
COVERAGE_SOURCES += bytereader.cc