aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-01 10:24:23 +0000
committerGerd Moellmann2000-12-01 10:24:23 +0000
commit8c28d4444bc45512b4607cd9e829630fdb223589 (patch)
treea19809e061e4f46f94944e30dcfc7ca39b7faeaa /make-dist
parent45450dd56d90d4c3682af2ed3e42ddba6977d3fe (diff)
downloademacs-8c28d4444bc45512b4607cd9e829630fdb223589.tar.gz
emacs-8c28d4444bc45512b4607cd9e829630fdb223589.zip
(tempdir): Remove epaths.h from the distribution
instead of paths.h.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist6
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 @@
28progname="$0" 28progname="$0"
29 29
30### Exit if a command fails. 30### Exit if a command fails.
31set -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.
37umask 0 37umask 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
433echo "Making links to \`src/bitmaps'" 433echo "Making links to \`src/bitmaps'"