File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments