diff options
author | Glenn Morris <rgm@gnu.org> | 2011-05-24 12:30:13 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-05-24 12:30:13 -0400 |
commit | 5e48359541e6cb5b22c093ef1a1e8d022d8c24e4 (patch) | |
tree | 473675bc434fa11e264b0590b53ea31a7cac4a3c /Makefile.in | |
parent | 42d4bcc883af484a79499860121d87c4ba4e0b04 (diff) | |
download | emacs-5e48359541e6cb5b22c093ef1a1e8d022d8c24e4.tar.gz |
Revert 2011-05-24T08:02:58Z!rgm@gnu.org, for now at least.
Some automakes don't seem to like it (?).
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0c3eabcf3b3..67b09018b55 100644 --- a/Makefile.in +++ b/Makefile.in @@ -264,8 +264,22 @@ EMACSFULL = `echo emacs-${version}${EXEEXT} | sed '$(TRANSFORM)'` # checked out from a VCS. SUBDIR = lib lib-src src lisp +# test/automated/Makefile.in, if you have it (test/ is not in the release). +OPT_MAKEFILES_IN = @OPT_MAKEFILES_IN@ + # The subdir makefiles created by config.status. -SUBDIR_MAKEFILES_IN = @SUBDIR_MAKEFILES_IN@ +SUBDIR_MAKEFILES_IN = $(srcdir)/lib/Makefile.in \ + $(srcdir)/lib-src/Makefile.in \ + $(srcdir)/doc/emacs/Makefile.in \ + $(srcdir)/doc/misc/Makefile.in \ + $(srcdir)/doc/lispref/Makefile.in \ + $(srcdir)/doc/lispintro/Makefile.in \ + $(srcdir)/src/Makefile.in \ + $(srcdir)/oldXMenu/Makefile.in \ + $(srcdir)/lwlib/Makefile.in \ + $(srcdir)/leim/Makefile.in \ + $(srcdir)/lisp/Makefile.in $(OPT_MAKEFILES_IN) + SUBDIR_MAKEFILES = `echo $(SUBDIR_MAKEFILES_IN:.in=) | sed 's|$(srcdir)/||g'` # Subdirectories to install, and where they'll go. |