diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-19 22:46:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-19 22:46:54 +0000 |
commit | 8feafa65e9f08423e630e4269e158d74d5f31b72 (patch) | |
tree | 3a44cc73a34511a7f4298940466ec00796bfd025 /make-dist | |
parent | c95e68294ba0b79e52b55edca838f8972bc0bb85 (diff) | |
download | emacs-8feafa65e9f08423e630e4269e158d74d5f31b72.tar.gz |
Include src/gnu-hp300 in the dist.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist index 76e28f765b5..466d97f264c 100755 --- a/make-dist +++ b/make-dist @@ -57,7 +57,7 @@ done if [ ! -d src -o ! -f src/lisp.h -o ! -d lisp -o ! -f lisp/version.el ]; then echo "${progname}: Can't find \`src/lisp.h' and \`lisp/version.el'." >&2 echo "${progname} must be run in the top directory of the Emacs" >&2 - echo "distribution tree. Cd to that directory and try again." >&2 + echo "distribution tree. cd to that directory and try again." >&2 exit 1 fi @@ -204,7 +204,7 @@ echo "Making links to \`src'." ln [a-zA-Z]*.s ../${tempdir}/src ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ ../${tempdir}/src - ln .gdbinit .dbxinit ../${tempdir}/src + ln .gdbinit .dbxinit gnu-hp300 ../${tempdir}/src ln *.opt vms-pp.trans ../${tempdir}/src cd ../${tempdir}/src rm -f config.h paths.h Makefile |