]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #13960 from keszybz/meson-loop-fix
authorAnita Zhang <the.anitazha@gmail.com>
Wed, 6 Nov 2019 19:44:09 +0000 (11:44 -0800)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2019 19:44:09 +0000 (11:44 -0800)
meson: remove strange dep that causes meson to enter infinite loop

man/meson.build

index f3992b28341698418be576efbaae07608be6174b..8021adedec8d088708566dade8db51327a49a8ba 100644 (file)
@@ -68,7 +68,6 @@ foreach tuple : xsltproc.found() ? manpages : []
                 foreach htmlalias : htmlaliases
                         link = custom_target(
                                 htmlalias,
-                                input : p2,
                                 output : htmlalias,
                                 command : ['ln', '-fs', html, '@OUTPUT@'])
                         if want_html