(makedir-in-tree): depend on INFO_DEPS.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21116 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-18 16:46:01 +00:00
parent 694e1e9271
commit e09b9899cf

View File

@@ -246,7 +246,7 @@ check-valgrind:
# Will break when automake changes...
#
distdir-in-tree: $(DISTFILES)
distdir-in-tree: $(DISTFILES) $(INFO_DEPS)
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" != .; then \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) distdir-in-tree) ; \