From: Eli Zaretskii Date: Fri, 22 Feb 2002 12:56:33 +0000 (+0000) Subject: Fix the change from 2002-02-02. X-Git-Tag: emacs-21.2~55 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=871672d51c87b194dc539ce9a749d2932e15ec59;p=emacs.git Fix the change from 2002-02-02. --- diff --git a/ChangeLog b/ChangeLog index 172db209202..07588e84fe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-02-22 Eli Zaretskii + + * make-dist: Fix the change from 2002-02-02. + 2002-02-18 Paul Eggert * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1". diff --git a/make-dist b/make-dist index abce8f49d4e..d511c4e0961 100755 --- a/make-dist +++ b/make-dist @@ -387,7 +387,7 @@ echo "Making links to \`lisp' and its subdirectories" ### Don't distribute an empty calc directory, present due to CVS ### misfeatures. - (cd ../${tempdir}/lisp + (cd ./${tempdir}/lisp rm -rf calc )