summaryrefslogtreecommitdiff
path: root/t/lex-depend-cxx.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2015-01-06 11:26:48 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2015-01-06 11:26:48 +0100
commit92ed3be97837a3de1634a13959c70c686b17d38d (patch)
tree3e675a2453cff5a777554c85c722aab685e3d346 /t/lex-depend-cxx.sh
parent93855f67e885ce4c16e0c71728e1ff3e6b2e64b9 (diff)
parent08849db866b44510f6b8fd49e313c91a43a3dfd3 (diff)
downloadautomake-92ed3be97837a3de1634a13959c70c686b17d38d.tar.gz
Merge branch 'deps-pr13928' into minor
* deps-pr13928: deps: fix corner-case "make distclean" bug compile: don't place built object files in $(srcdir), ever ... tests: fix some bugs in an XFAILing test deps: 'subdir-object' option now works when foo_SOURCES contains $(var)
Diffstat (limited to 't/lex-depend-cxx.sh')
-rw-r--r--t/lex-depend-cxx.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/lex-depend-cxx.sh b/t/lex-depend-cxx.sh
index fc89c8aa5..79a2f3b77 100644
--- a/t/lex-depend-cxx.sh
+++ b/t/lex-depend-cxx.sh
@@ -82,6 +82,11 @@ $AUTOCONF
# using slow dependency extractors.
./configure --enable-dependency-tracking
+# For debugging.
+for f in $(find . -name '*.Po'); do
+ cat $f
+done
+
$MAKE test-deps-exist
$MAKE