summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-13 04:03:10 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-13 04:03:10 +0000
commita7ad0f8a130dc4e1ab38e6cf7dd7f77391b6d802 (patch)
treed9728af13991f2c36292d6be78c87d75f61c68aa /make-dist
parent4d1965d2db0f99fdd199ebf48eabfca4196f77d7 (diff)
downloademacs-a7ad0f8a130dc4e1ab38e6cf7dd7f77391b6d802.tar.gz
Don't distribute build-ins.in.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
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}