From e384e7b387c4745f30032ef431a06aa26cee73a5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 14 May 2014 22:25:25 +0200 Subject: [PATCH] Remove redundant code --- local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.mk b/local.mk index f27a97cd4..6361e1872 100644 --- a/local.mk +++ b/local.mk @@ -1,5 +1,5 @@ ifeq ($(MAKECMDGOALS), dist) - dist-files += $(shell git ls-files) $(shell git ls-files) + dist-files += $(shell git ls-files) endif dist-files += configure config.h.in nix.spec