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
commit59f2b692b3fdded33b3c709d342ed50011fb69a9 (patch)
tree04358aeec156fb26b5a003e6d6d5311a8502b8b9 /make-dist
parent136e6e998009b0c37df7f8319bfa226a30273baa (diff)
downloademacs-59f2b692b3fdded33b3c709d342ed50011fb69a9.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