diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-06-14 20:23:14 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-06-14 20:23:14 +0000 |
commit | 9406115eeb784f9fcad24c879f3405b9c907ab04 (patch) | |
tree | 8a2331795656fd089a767d6408e254780fb4c757 /configure.in | |
parent | 9f817ea4120aebb287c0fc91a1fdfd29e993a04e (diff) | |
download | emacs-9406115eeb784f9fcad24c879f3405b9c907ab04.tar.gz |
Generate lisp/Makefile.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 60276959125..d7c7af312b5 100644 --- a/configure.in +++ b/configure.in @@ -2136,7 +2136,7 @@ changequote([, ])dnl AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \ - leim/Makefile, [ + lisp/Makefile leim/Makefile, [ ### Make the necessary directories, if they don't exist. for dir in etc lisp ; do |