From 6dca72006aa9b1cf2f226bb5b538e744fcab976f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 1 Feb 2014 16:30:24 +0100 Subject: Only run "git ls-files" when doing "make check" --- local.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'local.mk') diff --git a/local.mk b/local.mk index 174e6150e079..c48857f24be7 100644 --- a/local.mk +++ b/local.mk @@ -1,4 +1,6 @@ -dist-files += $(shell git ls-files) $(shell git ls-files) +ifeq ($(MAKECMDGOALS), dist) + dist-files += $(shell git ls-files) $(shell git ls-files) +endif dist-files += configure config.h.in -- cgit 1.4.1