fix rebuilding maybe

This commit is contained in:
Rhiannon Morris 2020-07-17 16:16:27 +02:00
parent 0163e5f447
commit e682b9d545
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $(MAKEPAGES): make-pages/*.hs make-pages/make-pages.cabal
find dist-newstyle -name make-pages -executable -type f \
-exec cp {} $@ \;
$(TMPDIR)/galleries.d: $(DATADIR)/galleries.yaml $(MAKEPAGES)
$(TMPDIR)/galleries.d: $(DATADIR)/galleries.yaml $(DATADIR) $(MAKEPAGES)
echo "[deps] "$@
mkdir -p $(dir $@)
$(MAKEPAGES) $(MPFLAGS) depend-gallery $< -o $@ \