From adf6a3317901bada683dc397f1b5520bd37e3886 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 12 May 2016 14:08:18 +0100 Subject: [PATCH] Makefile.am: We no longer need to make the COPYING link on distribution. --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 506304a..a02c86a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -156,10 +156,6 @@ DISTCHECK_CONFIGURE_FLAGS = \ dist-hook:: echo $(VERSION) >$(distdir)/RELEASE -## Ensure that the `COPYING' file is prominent. -dist-hook:: - cd $(distdir) && $(LN_S) GPL-2 COPYING - ###-------------------------------------------------------------------------- ### Debian. -- 2.11.0