diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-12-01 10:24:11 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-12-01 10:24:11 +0000 |
commit | cbc97ef24ba13c8ccad439523aab7d837d6fdd63 (patch) | |
tree | cad3cd5eec2411b23fe81de26aca91b58f4647a6 /make-dist | |
parent | 8d383f0dde1af53f54331960177bef24ac56d37e (diff) | |
download | emacs-cbc97ef24ba13c8ccad439523aab7d837d6fdd63.tar.gz |
(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
diff --git a/make-dist b/make-dist index d2b2f6fe68f..0f4a3ab9294 100755 --- a/make-dist +++ b/make-dist @@ -28,10 +28,10 @@ progname="$0" ### Exit if a command fails. -set -e +#set -e ### Print out each line we read, for debugging's sake. -### set -v +#set -v ## Don't restrict access to any files. umask 0 @@ -427,7 +427,7 @@ echo "Making links to \`src'" ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src ln .gdbinit .dbxinit ../${tempdir}/src cd ../${tempdir}/src - rm -f config.h paths.h Makefile Makefile.c + rm -f config.h epaths.h Makefile Makefile.c rm -f =* TAGS) echo "Making links to \`src/bitmaps'" |