aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-06-01 18:10:47 -0700
committerGlenn Morris2014-06-01 18:10:47 -0700
commitf2ea2ac3f506d14eaaad89b30d315d8bd15b429f (patch)
treeff9af00f9ccd2b2cad43863ae3ce08b3b220e66a
parent3fbc3eff379c61aa301dc5dbd14f6f77b6a103f5 (diff)
downloademacs-f2ea2ac3f506d14eaaad89b30d315d8bd15b429f.tar.gz
emacs-f2ea2ac3f506d14eaaad89b30d315d8bd15b429f.zip
* Makefile.in (AUTOGEN_VCS): Fix previous fix
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 62bce5f179e..a57b818e143 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -74,7 +74,7 @@ AUTOGENEL = loaddefs.el \
74# Note that update_loaddefs parses this. 74# Note that update_loaddefs parses this.
75AUTOGEN_VCS = \ 75AUTOGEN_VCS = \
76 ps-print.el \ 76 ps-print.el \
77 obsolete/emulation/tpu-edt.el \ 77 obsolete/tpu-edt.el \
78 mail/rmail.el \ 78 mail/rmail.el \
79 dired.el \ 79 dired.el \
80 ibuffer.el \ 80 ibuffer.el \