diff options
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 05865578d6d..ab713645bf8 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -134,7 +134,7 @@ MAN_PAGES=ctags.1 ebrowse.1 emacs.1 emacsclient.1 etags.1 \ | |||
| 134 | infodir=@infodir@ | 134 | infodir=@infodir@ |
| 135 | INFO_FILES=ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse \ | 135 | INFO_FILES=ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse \ |
| 136 | ede ediff edt eieio efaq eintr elisp emacs emacs-mime epa erc \ | 136 | ede ediff edt eieio efaq eintr elisp emacs emacs-mime epa erc \ |
| 137 | eshell eudc flymake forms gnus idlwave info mairix-el \ | 137 | ert eshell eudc flymake forms gnus idlwave info mairix-el \ |
| 138 | message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc \ | 138 | message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc \ |
| 139 | reftex remember sasl sc semantic ses sieve smtpmail speedbar \ | 139 | reftex remember sasl sc semantic ses sieve smtpmail speedbar \ |
| 140 | tramp url vip viper widget woman | 140 | tramp url vip viper widget woman |
| @@ -267,7 +267,7 @@ EMACSFULL = `echo emacs-${version}${EXEEXT} | sed '$(TRANSFORM)'` | |||
| 267 | SUBDIR = lib-src src lisp | 267 | SUBDIR = lib-src src lisp |
| 268 | 268 | ||
| 269 | # The subdir makefiles created by config.status. | 269 | # The subdir makefiles created by config.status. |
| 270 | SUBDIR_MAKEFILES = lib-src/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispref/Makefile doc/lispintro/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile lisp/Makefile | 270 | SUBDIR_MAKEFILES = lib-src/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispref/Makefile doc/lispintro/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile lisp/Makefile test/automated/Makefile |
| 271 | 271 | ||
| 272 | # Subdirectories to install, and where they'll go. | 272 | # Subdirectories to install, and where they'll go. |
| 273 | # lib-src's makefile knows how to install it, so we don't do that here. | 273 | # lib-src's makefile knows how to install it, so we don't do that here. |
| @@ -368,7 +368,8 @@ Makefile: config.status $(srcdir)/src/config.in \ | |||
| 368 | $(srcdir)/oldXMenu/Makefile.in \ | 368 | $(srcdir)/oldXMenu/Makefile.in \ |
| 369 | $(srcdir)/lwlib/Makefile.in \ | 369 | $(srcdir)/lwlib/Makefile.in \ |
| 370 | $(srcdir)/leim/Makefile.in \ | 370 | $(srcdir)/leim/Makefile.in \ |
| 371 | $(srcdir)/lisp/Makefile.in | 371 | $(srcdir)/lisp/Makefile.in \ |
| 372 | $(srcdir)/test/automated/Makefile.in | ||
| 372 | ./config.status | 373 | ./config.status |
| 373 | 374 | ||
| 374 | config.status: ${srcdir}/configure ${srcdir}/lisp/version.el | 375 | config.status: ${srcdir}/configure ${srcdir}/lisp/version.el |
| @@ -810,7 +811,7 @@ TAGS tags: lib-src src | |||
| 810 | cd src; $(MAKE) tags | 811 | cd src; $(MAKE) tags |
| 811 | 812 | ||
| 812 | check: | 813 | check: |
| 813 | @echo "We don't have any tests for GNU Emacs yet." | 814 | cd test/automated; $(MAKE) check |
| 814 | 815 | ||
| 815 | dist: | 816 | dist: |
| 816 | cd ${srcdir}; ./make-dist | 817 | cd ${srcdir}; ./make-dist |