diff options
| author | Eli Zaretskii | 2001-11-10 15:18:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-10 15:18:36 +0000 |
| commit | 27a62c2c4d7b62b6eec73e37a9dc02e4c9565e5d (patch) | |
| tree | 24ac0e9b1a8fcce4ce864295f033006ab9e3475a | |
| parent | 588f7b02f37910061a6cdb74464cde6a16e646c6 (diff) | |
| download | emacs-27a62c2c4d7b62b6eec73e37a9dc02e4c9565e5d.tar.gz emacs-27a62c2c4d7b62b6eec73e37a9dc02e4c9565e5d.zip | |
AC_OUTPUT lispref/Makefile.
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f9eb65fe144..5f4156896c1 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2275,7 +2275,7 @@ AC_EGREP_CPP(yes..yes, | |||
| 2275 | 2275 | ||
| 2276 | AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ | 2276 | AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ |
| 2277 | man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \ | 2277 | man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \ |
| 2278 | lisp/Makefile leim/Makefile, [ | 2278 | lisp/Makefile lispref/Makefile leim/Makefile, [ |
| 2279 | 2279 | ||
| 2280 | ### Make the necessary directories, if they don't exist. | 2280 | ### Make the necessary directories, if they don't exist. |
| 2281 | for dir in etc lisp ; do | 2281 | for dir in etc lisp ; do |