As Ben pointed out, this probably did more harm than good. So instead,
this change adds some explicit dependencies where prerequisites are
known to be necessary.
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t" \
| LC_ALL=C sort -u > $@
CLEANFILES += distfiles gitfiles missing-distfiles
-PHONY += dist-hook-git dummy-prerequisites
+PHONY += dist-hook-git
--include dummy-prerequisites
-
-dummy-prerequisites: $(BUILT_SOURCES) gl/libgl.la
+$(bin_PROGRAMS) $(RECURSIVE_TARGETS) dist: $(BUILT_SOURCES) gl/libgl.la
\f