diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-18 23:03:14 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-18 23:03:14 +0000 |
commit | 42e3337cc7a782ab8705b1dea3841a7b0dcb6224 (patch) | |
tree | f57ee753272131c280df1b48b7a9e51d0d76305d /make-dist | |
parent | 714e064b52607555a72e9ae8f4b685af17335ee1 (diff) | |
download | emacs-42e3337cc7a782ab8705b1dea3841a7b0dcb6224.tar.gz |
* make-dist: Distribute some VMS files we got from Richard Levitte.
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 cf5070f9c7b..c67af00e56c 100755 --- a/make-dist +++ b/make-dist @@ -167,7 +167,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 *.opt vms-pp.trans ../${tempdir}/src + ln *.opt vms-pp.trans precomp.com compile.com link.com ../${tempdir}/src cd ../${tempdir}/src rm -f config.h paths.h Makefile if [ -z "${newer}" ]; then |