git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21025 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-09 02:56:22 +00:00
parent 17b9d4a7b1
commit 40623fc3a5

View File

@@ -248,7 +248,7 @@ check-valgrind:
distdir-in-tree: $(DISTFILES)
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
if test "$$subdir" != .; then \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) distdir-in-tree) ; \
fi ; \
done