summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.mk b/git.mk
index 739ba92a..b9b077ff 100644
--- a/git.mk
+++ b/git.mk
@@ -168,7 +168,7 @@ all: $(srcdir)/.gitignore gitignore-recurse
gitignore-recurse:
@if test "x$(SUBDIRS)" = "x$(DIST_SUBDIRS)"; then :; else \
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore); \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore gitignore-recurse); \
done; \
fi;
maintainer-clean: gitignore-clean