From 63b6212fdafd229789fbbff77c41770c3f4b0667 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Thu, 18 Sep 1997 15:58:57 +0000
Subject: [PATCH] [project @ 1997-09-18 15:58:57 by simonm] remove some gumph
 from the SRC_INSTALL files.

---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 96f46db1c9dc..063d87585ffe 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,7 @@ SUBDIRS = $(shell if (test x$(CURRENT_TARGET) = xinstall) ; then echo $(Projects
 # Files to include in fptools source distribution
 #
 SRC_DIST_DIRS += mk docs CONTRIB distrib $(ProjectsToBuild)
-SRC_DIST_FILES += configure.in config.guess config.sub configure aclocal.m4 README ANNOUNCE ANNOUNCE-$(GhcProjectVersion) NEWS INSTALL Makefile install-sh
-
+SRC_DIST_FILES += configure.in config.guess config.sub configure aclocal.m4 README ANNOUNCE INSTALL Makefile install-sh
 
 #
 # Making a binary distribution
-- 
GitLab