From: Mark Wooding Date: Thu, 12 May 2016 13:08:18 +0000 (+0100) Subject: Makefile.am: We no longer need to make the COPYING link on distribution. X-Git-Tag: 1.3.11~4 X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/commitdiff_plain/adf6a3317901bada683dc397f1b5520bd37e3886 Makefile.am: We no longer need to make the COPYING link on distribution. --- 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.