summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-09-12 10:51:49 +0000
committerRoland McGrath <roland@gnu.org>1993-09-12 10:51:49 +0000
commit52aa15abff011c53e7c36bef244036718190873d (patch)
tree3ee085b78822614d87e95e1e6951766c7ada4d55 /make-dist
parentcd2386ae2f74268542b13c5de99ac1d9560cf1a2 (diff)
downloademacs-52aa15abff011c53e7c36bef244036718190873d.tar.gz
Dist vpath.sed
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 d173554c614..4016fe88ea4 100755
--- a/make-dist
+++ b/make-dist
@@ -128,7 +128,7 @@ mkdir ${tempdir}
echo "Making links to top-level files."
ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir}
ln ChangeLog Makefile.in build-install.in configure configure.in ${tempdir}
-ln make-dist ${tempdir}
+ln make-dist vpath.sed ${tempdir}
### Copy config.guess and config.sub; they're cross-filesystem symlinks.
cp config.sub ${tempdir}
cp config.guess ${tempdir}