summaryrefslogtreecommitdiff
path: root/lib/am/texi-vers.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/am/texi-vers.am')
-rw-r--r--lib/am/texi-vers.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/texi-vers.am b/lib/am/texi-vers.am
index 3f91cf162..bddf3827d 100644
--- a/lib/am/texi-vers.am
+++ b/lib/am/texi-vers.am
@@ -31,7 +31,7 @@ DIST_COMMON += %VTEXI% %STAMPVTI%
## %STAMPVTI% is distributed and %DIRSTAMP% isn't: a distributed file
## should never be dependent upon a non-distributed built file.
## Therefore we ensure that %DIRSTAMP% exists in the rule.
-?DIRSTAMP? test -f %DIRSTAMP% || $(MAKE) $(AM_MAKEFLAGS) %DIRSTAMP%
+?DIRSTAMP? @test -f %DIRSTAMP% || $(MAKE) $(AM_MAKEFLAGS) %DIRSTAMP%
@(dir=.; test -f ./%TEXI% || dir=$(srcdir); \
set `$(SHELL) %MDDIR%mdate-sh $$dir/%TEXI%`; \
echo "@set UPDATED $$1 $$2 $$3"; \