From ac4eff2df3e5f4656714d808669d7a32a052b682 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 13 Oct 1994 04:03:10 +0000 Subject: [PATCH] Don't distribute build-ins.in. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-dist b/make-dist index f1b80d2565c..42ad7bd66a5 100755 --- a/make-dist +++ b/make-dist @@ -150,7 +150,7 @@ mkdir ${tempdir} ### README while the rest of the tar file is still unpacking. Whoopee. echo "Making links to top-level files." ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README BUGS move-if-change ${tempdir} -ln ChangeLog Makefile.in build-ins.in configure configure.in ${tempdir} +ln ChangeLog Makefile.in configure configure.in ${tempdir} ln config.bat make-dist vpath.sed ${tempdir} ### Copy these files; they're cross-filesystem symlinks. cp config.sub ${tempdir} -- 2.39.5