diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-09 11:08:08 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-09 11:08:08 -0400 |
commit | 8fe73251b167274c4316e3726b4034dba77a5e88 (patch) | |
tree | 25b60c4ca7b2e35c7ef162b96353a96a5c411fa3 /lisp/Makefile.in | |
parent | 607dab4681b3fd2567e4660b3605dedaa125086a (diff) | |
download | emacs-8fe73251b167274c4316e3726b4034dba77a5e88.tar.gz |
* lisp/progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
Change doc comments into docstrings.
* lisp/Makefile.in: Remove cc-awk dependency.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 633551387e6..258cc3b8ae1 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -495,7 +495,7 @@ check-declare: # CC Mode uses a compile time macro system which causes a compile time # dependency in cc-*.elc files on the macros in other cc-*.el and the # version string in cc-defs.el. -$(lisp)/progmodes/cc-align.elc $(lisp)/progmodes/cc-awk.elc\ +$(lisp)/progmodes/cc-align.elc\ $(lisp)/progmodes/cc-cmds.elc $(lisp)/progmodes/cc-compat.elc\ $(lisp)/progmodes/cc-engine.elc $(lisp)/progmodes/cc-fonts.elc\ $(lisp)/progmodes/cc-langs.elc $(lisp)/progmodes/cc-menus.elc\ |