summaryrefslogtreecommitdiff
path: root/t/lex-depend-cxx.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/lex-depend-cxx.sh')
-rw-r--r--t/lex-depend-cxx.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/lex-depend-cxx.sh b/t/lex-depend-cxx.sh
index 79a2f3b77..3e2821f1d 100644
--- a/t/lex-depend-cxx.sh
+++ b/t/lex-depend-cxx.sh
@@ -34,7 +34,7 @@ LDADD = $(LEXLIB)
.PHONY: test-deps-exist
test-deps-exist:
- ls -l $(DEPDIR) ;: For debugging.
+ ls -l $(DEPDIR)
test -f $(DEPDIR)/joe.Po
test -f $(DEPDIR)/moe.Po
@@ -82,13 +82,14 @@ $AUTOCONF
# using slow dependency extractors.
./configure --enable-dependency-tracking
+$MAKE
+
# For debugging.
for f in $(find . -name '*.Po'); do
cat $f
done
$MAKE test-deps-exist
-$MAKE
$sleep
touch my-hdr.hxx