diff options
| author | Gerd Moellmann | 2000-12-01 10:24:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-01 10:24:23 +0000 |
| commit | 8c28d4444bc45512b4607cd9e829630fdb223589 (patch) | |
| tree | a19809e061e4f46f94944e30dcfc7ca39b7faeaa /make-dist | |
| parent | 45450dd56d90d4c3682af2ed3e42ddba6977d3fe (diff) | |
| download | emacs-8c28d4444bc45512b4607cd9e829630fdb223589.tar.gz emacs-8c28d4444bc45512b4607cd9e829630fdb223589.zip | |
(tempdir): Remove epaths.h from the distribution
instead of paths.h.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -28,10 +28,10 @@ | |||
| 28 | progname="$0" | 28 | progname="$0" |
| 29 | 29 | ||
| 30 | ### Exit if a command fails. | 30 | ### Exit if a command fails. |
| 31 | set -e | 31 | #set -e |
| 32 | 32 | ||
| 33 | ### Print out each line we read, for debugging's sake. | 33 | ### Print out each line we read, for debugging's sake. |
| 34 | ### set -v | 34 | #set -v |
| 35 | 35 | ||
| 36 | ## Don't restrict access to any files. | 36 | ## Don't restrict access to any files. |
| 37 | umask 0 | 37 | umask 0 |
| @@ -427,7 +427,7 @@ echo "Making links to \`src'" | |||
| 427 | ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src | 427 | ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src |
| 428 | ln .gdbinit .dbxinit ../${tempdir}/src | 428 | ln .gdbinit .dbxinit ../${tempdir}/src |
| 429 | cd ../${tempdir}/src | 429 | cd ../${tempdir}/src |
| 430 | rm -f config.h paths.h Makefile Makefile.c | 430 | rm -f config.h epaths.h Makefile Makefile.c |
| 431 | rm -f =* TAGS) | 431 | rm -f =* TAGS) |
| 432 | 432 | ||
| 433 | echo "Making links to \`src/bitmaps'" | 433 | echo "Making links to \`src/bitmaps'" |