From 78d385b381bca53d5e75927f53f96ce0279a2a23 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Thu, 13 Jul 2000 15:45:55 +0000
Subject: [PATCH] [project @ 2000-07-13 15:45:55 by simonmar] Take the README
 for a binary dist from the project directory, not fptools.

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

diff --git a/Makefile b/Makefile
index 9b02279eefb0..112d8bb58c4b 100644
--- a/Makefile
+++ b/Makefile
@@ -56,12 +56,12 @@ binary-dist:: binary-dist-pre
 
 BIN_DIST_TOP= distrib/Makefile-bin.in \
 	      distrib/configure-bin.in \
-	      README \
 	      distrib/INSTALL \
 	      $(BIN_DIST_MAIN_DIR)/ANNOUNCE \
 	      $(BIN_DIST_MAIN_DIR)/VERSION \
 	      $(BIN_DIST_MAIN_DIR)/RELEASE \
 	      $(BIN_DIST_MAIN_DIR)/LICENSE \
+	      $(BIN_DIST_MAIN_DIR)/README \
 	      glafp-utils/mkdirhier/mkdirhier \
 	      install-sh \
 	      config.guess \
-- 
GitLab