Index: Makefile.am |
diff --git a/Makefile.am b/Makefile.am |
index e920be1903478b85fa42c939c93ca57355abc03f..014ab6b5eb6b0ad2694a64021e01190e2e2b765f 100644 |
--- a/Makefile.am |
+++ b/Makefile.am |
@@ -1327,3 +1327,6 @@ EXTRA_DIST = \ |
src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ |
src/tools/windows/symupload/symupload.cc \ |
src/tools/windows/symupload/symupload.vcproj |
+ |
+mostlyclean-local: |
+ -find src -name '*.dwo' -exec rm -f {} + |
Mark Mentovai
2016/01/25 23:36:42
This is run from the objdir when objdir’s not srcd
vapier
2016/01/25 23:39:41
yep, rules are processed in $builddir, not $srcdir
|