From: Dave Love Date: Fri, 30 Oct 1998 19:00:25 +0000 (+0000) Subject: Don't mkdir cpp. X-Git-Tag: emacs-20.4~1359 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0a3686bfd545304842ac2519fb73c4b050071e0;p=emacs.git Don't mkdir cpp. --- diff --git a/configure.in b/configure.in index 7686b43c64f..695cdbd16fc 100644 --- a/configure.in +++ b/configure.in @@ -1867,7 +1867,7 @@ AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ leim/Makefile, [ ### Make the necessary directories, if they don't exist. -for dir in cpp etc lisp ; do +for dir in etc lisp ; do test -d ${dir} || mkdir ${dir} done