diff options
| author | Gerd Moellmann | 2000-06-14 20:23:14 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-14 20:23:14 +0000 |
| commit | 9406115eeb784f9fcad24c879f3405b9c907ab04 (patch) | |
| tree | 8a2331795656fd089a767d6408e254780fb4c757 | |
| parent | 9f817ea4120aebb287c0fc91a1fdfd29e993a04e (diff) | |
| download | emacs-9406115eeb784f9fcad24c879f3405b9c907ab04.tar.gz emacs-9406115eeb784f9fcad24c879f3405b9c907ab04.zip | |
Generate lisp/Makefile.
| -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 | |||
| 2136 | 2136 | ||
| 2137 | AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ | 2137 | AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ |
| 2138 | man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \ | 2138 | man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \ |
| 2139 | leim/Makefile, [ | 2139 | lisp/Makefile leim/Makefile, [ |
| 2140 | 2140 | ||
| 2141 | ### Make the necessary directories, if they don't exist. | 2141 | ### Make the necessary directories, if they don't exist. |
| 2142 | for dir in etc lisp ; do | 2142 | for dir in etc lisp ; do |