From: Eli Zaretskii Date: Sat, 2 Feb 2002 14:55:35 +0000 (+0000) Subject: Remove the (empty) lisp/calc subdirectory after linking. X-Git-Tag: emacs-21.2~131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd2cdc3289ec82bfcf069fcbcb7c201daf9fb0ae;p=emacs.git Remove the (empty) lisp/calc subdirectory after linking. --- diff --git a/ChangeLog b/ChangeLog index 23286a79bc3..cb0c40d4c3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-02-02 Eli Zaretskii + + * make-dist: Remove the (empty) lisp/calc subdirectory after + linking. + 2002-01-28 Eli Zaretskii * configure.in: Recognize BSD/OS 5.0. diff --git a/make-dist b/make-dist index 408c6137c86..0785b4f6679 100755 --- a/make-dist +++ b/make-dist @@ -358,6 +358,9 @@ echo "Making links to \`lisp' and its subdirectories" ;; esac done + (cd ../${tempdir}/lisp + rm -rf calc + ) for file in $subdirs; do echo " lisp/$file"