Skip to content

Commit 30b1bd5

Browse files
committed
docs/man/Makefile.am: linkman-*.txt: depend on Makefile after all (adapt to varying configure choices)
Signed-off-by: Jim Klimov <[email protected]>
1 parent 43b7e8e commit 30b1bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/man/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ CLEANFILES = linkman-*.txt.tmp
15931593
# e.g. no man page building tools are locally available (we might not be
15941594
# able to render a new instance though). At least do not let "$@" confuse
15951595
# us into overwriting its instance in srcdir (if differs from builddir).
1596-
linkman-driver-names.txt: Makefile.am
1596+
linkman-driver-names.txt: Makefile
15971597
@echo " GENERATE-LINKMAN $@"
15981598
@(LC_ALL=C; LANG=C; export LC_ALL LANG; \
15991599
for F in $(LINKMAN_PAGES_DRIVERS) ; do echo "$$F" ; done \
@@ -1615,7 +1615,7 @@ linkman-driver-names.txt: Makefile.am
16151615
rm -f "$(builddir)/$(@F).tmp" ; \
16161616
fi
16171617

1618-
linkman-drivertool-names.txt: Makefile.am
1618+
linkman-drivertool-names.txt: Makefile
16191619
@echo " GENERATE-LINKMAN $@"
16201620
@(LC_ALL=C; LANG=C; export LC_ALL LANG; \
16211621
for F in $(LINKMAN_PAGES_DRIVERTOOLS) ; do echo "$$F" ; done \

0 commit comments

Comments
 (0)