guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

57/64: Remove redundant code


From: Ludovic Courtès
Subject: 57/64: Remove redundant code
Date: Mon, 05 Jan 2015 16:39:12 +0000

civodul pushed a commit to branch nix
in repository guix.

commit e384e7b387c4745f30032ef431a06aa26cee73a5
Author: Eelco Dolstra <address@hidden>
Date:   Wed May 14 22:25:25 2014 +0200

    Remove redundant code
---
 local.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/local.mk b/local.mk
index f27a97c..6361e18 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]