summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-11-16 02:00:38 +0000
committerJim Blandy <jimb@redhat.com>1992-11-16 02:00:38 +0000
commit0b97ef6680a786e6096b35f11886f15b9a57132f (patch)
tree5f55fa36c8d5f08106b2deef15bbeba2c1def55e /make-dist
parent79411465fb8a76c937c97dee1f6909e0eda00da4 (diff)
downloademacs-0b97ef6680a786e6096b35f11886f15b9a57132f.tar.gz
* make-dist: Don't bother to distribute src/*.com, or
src/vmsbuild; those have all been moved to `../vms'.
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 7fd395ac981..2ed61a3914f 100755
--- a/make-dist
+++ b/make-dist
@@ -142,7 +142,7 @@ echo "Making links to \`src'."
ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \
../${tempdir}/src
ln .gdbinit .dbxinit ../${tempdir}/src
- ln *.com *.opt vms-pp.trans vmsbuild ../${tempdir}/src
+ ln *.opt vms-pp.trans ../${tempdir}/src
cd ../${tempdir}/src
rm -f config.h paths.h Makefile
if [ -z "${newer}" ]; then