diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-11-22 17:09:17 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-11-22 17:09:17 -0500 |
commit | 8a0eb8520219bea72cac5410684b0a0ca9d3c783 (patch) | |
tree | c97eff6dfe0e018745c7fd29c05a3768c5861021 /lisp/Makefile.in | |
parent | b2e4481906ec08e2c6072b6fe14dd1efca4784b9 (diff) | |
download | emacs-8a0eb8520219bea72cac5410684b0a0ca9d3c783.tar.gz |
* lisp/Makefile.in: Fix up last merge.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 7c42d1a94b1..2b2081a25d0 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -180,7 +180,6 @@ TAGS TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptags els=`echo $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptagsfiles4) | sed -e "s,$(lisp)/[^ ]*loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ ${ETAGS} -o $@ $$els - $(lisp)/emacs-lisp/smie.elc \ # The src/Makefile.in has its own set of dependencies and when they decide # that one Lisp file needs to be re-compiled, we had better recompile it as # well, otherwise every subsequent make will again call us, until we finally |