(makedir-in-tree): depend on INFO_DEPS.
authorLove Hörnquist Åstrand <lha@kth.se>
Mon, 18 Jun 2007 16:46:01 +0000 (16:46 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Mon, 18 Jun 2007 16:46:01 +0000 (16:46 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21116 ec53bebd-3082-4978-b11e-865c3cabbd6b

cf/Makefile.am.common

index efa3df5bac8d78a8ad91458c96d8585a69c77f67..4879b76edabba97e4dcbcdab51da61cdc499b0e8 100644 (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) ; \