summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2018-03-08 18:57:50 +0000
committerPhillip Lord <phillip.lord@russet.org.uk>2018-03-08 18:57:50 +0000
commit6e4ce1b6e5414bc36296c3b91bc6314bf89c87ff (patch)
treec7f552376e2fca19aff2a5e242bbc4f6048fdb6a
parent05c8f82971a99903c71a31bd9e159dbbfa026fbb (diff)
downloademacs-6e4ce1b6e5414bc36296c3b91bc6314bf89c87ff.tar.gz
Add elpa directory
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 66369cd25f4..a9934521745 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -306,7 +306,7 @@ EMACS = ${EMACS_NAME}${EXEEXT}
EMACSFULL = `echo emacs-${version} | sed '$(TRANSFORM)'`${EXEEXT}
# Subdirectories to make recursively.
-SUBDIR = $(NTDIR) lib lib-src src lisp
+SUBDIR = elpa $(NTDIR) lib lib-src src lisp
# The subdir makefiles created by config.status.
SUBDIR_MAKEFILES_IN = @SUBDIR_MAKEFILES_IN@