Skip to content

Commit

Permalink
chore(build): Fix recursion in dependency tree
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 14, 2023
1 parent 707da23 commit 5248b0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,11 @@ _DOCS_DEPS = $(and $$(filter documentation/%,$@),$(addprefix .fonts/,$(DOCSFONTF
# TODO: remove _BUILT_SUBDIRS hack and replace it with something sensible when
# these subdirs don't do crazy things like copying files outside of their own trees!
_BUILT_SUBDIRS = .built-subdirs
_SUBDIR_TELLS = justenoughfontconfig.so justenoughharfbuzz.so justenoughicu.so justenoughlibtexpdf.so libtexpdf/.libs/libtexpdf.so.0.0.0
_SUBDIR_TELLS = justenough/.libs/justenoughfontconfig.so \
justenough/.libs/justenoughharfbuzz.so \
justenough/.libs/justenoughicu.so \
justenough/.libs/justenoughlibtexpdf.so \
libtexpdf/.libs/libtexpdf.so.0.0.0
$(_BUILT_SUBDIRS): $(_SUBDIR_TELLS)
touch $@

Expand Down

0 comments on commit 5248b0c

Please sign in to comment.