diff options
| author | Stefan Monnier | 2012-10-18 08:56:10 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-10-18 08:56:10 -0400 |
| commit | 90eacf9920c2d9dc4edffdefe7e7a2a781493cc2 (patch) | |
| tree | ba5b10cc2c0e5af4f5017c44c9c12f268516d1e9 /Makefile.in | |
| parent | b2f0135a62c6242ad8b865d37d65bb817f8d1262 (diff) | |
| download | emacs-90eacf9920c2d9dc4edffdefe7e7a2a781493cc2.tar.gz emacs-90eacf9920c2d9dc4edffdefe7e7a2a781493cc2.zip | |
* lisp/emacs-lisp/gv.el (cond): Same fix as before for `if'.
* Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d929160c597..c27b6777162 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -361,7 +361,7 @@ blessmail: Makefile src FRC | |||
| 361 | # etc. to be built without running into similar recursion problems. | 361 | # etc. to be built without running into similar recursion problems. |
| 362 | MAKEFILE_NAME = Makefile | 362 | MAKEFILE_NAME = Makefile |
| 363 | $(MAKEFILE_NAME): config.status $(srcdir)/src/config.in \ | 363 | $(MAKEFILE_NAME): config.status $(srcdir)/src/config.in \ |
| 364 | $(srcdir)/Makefile.in $(SUBDIR_MAKEFILES_IN) | 364 | $(srcdir)/Makefile.in $(SUBDIR_MAKEFILES_IN) $(srcdir)/src/lisp.mk |
| 365 | MAKE='$(MAKE)' ./config.status | 365 | MAKE='$(MAKE)' ./config.status |
| 366 | 366 | ||
| 367 | # Don't erase these files if make is interrupted while refreshing them. | 367 | # Don't erase these files if make is interrupted while refreshing them. |