diff options
author | Jim Blandy <jimb@redhat.com> | 1992-11-16 02:00:38 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-11-16 02:00:38 +0000 |
commit | 59f2b692b3fdded33b3c709d342ed50011fb69a9 (patch) | |
tree | 04358aeec156fb26b5a003e6d6d5311a8502b8b9 /make-dist | |
parent | 136e6e998009b0c37df7f8319bfa226a30273baa (diff) | |
download | emacs-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-x | make-dist | 2 |
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 |