summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-03-07 22:34:50 +0000
committerRichard M. Stallman <rms@gnu.org>1998-03-07 22:34:50 +0000
commit2b0134db855f3666c8c35a1915667bb6a23a57dc (patch)
treebaab373e6ed03f17fb71d053d8f7214a0895ccda /make-dist
parent34ce21f588d80a92b22c85e1517d7bedaf1ed61e (diff)
downloademacs-2b0134db855f3666c8c35a1915667bb6a23a57dc.tar.gz
PROBLEMS is now in etc, not top level dir.
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 59cc4147e4a..afed3f94fe9 100755
--- a/make-dist
+++ b/make-dist
@@ -247,7 +247,7 @@ mkdir ${tempdir}
### tar file; this means that people can start reading the INSTALL and
### 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 GETTING.GNU.SOFTWARE INSTALL README BUGS move-if-change ${tempdir}
ln ChangeLog Makefile.in configure configure.in ${tempdir}
ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
### Copy these files; they're cross-filesystem symlinks.