diff options
| author | Jim Blandy | 1993-05-18 23:03:14 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-18 23:03:14 +0000 |
| commit | 42e3337cc7a782ab8705b1dea3841a7b0dcb6224 (patch) | |
| tree | f57ee753272131c280df1b48b7a9e51d0d76305d | |
| parent | 714e064b52607555a72e9ae8f4b685af17335ee1 (diff) | |
| download | emacs-42e3337cc7a782ab8705b1dea3841a7b0dcb6224.tar.gz emacs-42e3337cc7a782ab8705b1dea3841a7b0dcb6224.zip | |
* make-dist: Distribute some VMS files we got from Richard Levitte.
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -167,7 +167,7 @@ echo "Making links to \`src'." | |||
| 167 | ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ | 167 | ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ |
| 168 | ../${tempdir}/src | 168 | ../${tempdir}/src |
| 169 | ln .gdbinit .dbxinit ../${tempdir}/src | 169 | ln .gdbinit .dbxinit ../${tempdir}/src |
| 170 | ln *.opt vms-pp.trans ../${tempdir}/src | 170 | ln *.opt vms-pp.trans precomp.com compile.com link.com ../${tempdir}/src |
| 171 | cd ../${tempdir}/src | 171 | cd ../${tempdir}/src |
| 172 | rm -f config.h paths.h Makefile | 172 | rm -f config.h paths.h Makefile |
| 173 | if [ -z "${newer}" ]; then | 173 | if [ -z "${newer}" ]; then |