summaryrefslogtreecommitdiff
path: root/git.mk
diff options
context:
space:
mode:
Diffstat (limited to 'git.mk')
-rw-r--r--git.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/git.mk b/git.mk
index 55e7545a..3ebd90a7 100644
--- a/git.mk
+++ b/git.mk
@@ -171,8 +171,8 @@ gitignore-recurse:
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore); \
done; \
fi;
-maintainer-clean-local: gitignore-clean
+maintainer-clean: gitignore-clean
gitignore-clean:
- rm -f $(srcdir)/.gitignore
+ -rm -f $(srcdir)/.gitignore
.PHONY: gitignore-clean gitignore-recurse