From 8c28d4444bc45512b4607cd9e829630fdb223589 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 1 Dec 2000 10:24:23 +0000 Subject: [PATCH] (tempdir): Remove epaths.h from the distribution instead of paths.h. --- ChangeLog | 5 +++++ make-dist | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69e84441c78..5c5f3297606 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-01 Gerd Moellmann + + * make-dist (tempdir): Remove epaths.h from the distribution + instead of paths.h. + 2000-11-23 Eli Zaretskii * config.bat: Check for existence of djecho.exe, and print an 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'" -- 2.39.5