comparison lisp/Makefile.in @ 107547:87db339a9f55

Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Mar 2010 13:36:12 +0300
parents 51f4b3cf3db9
children 3040d386675c
comparison
equal deleted inserted replaced
107546:59e2de1eaab1 107547:87db339a9f55
28 # You can specify a different executable on the make command line, 28 # You can specify a different executable on the make command line,
29 # e.g. "make EMACS=../src/emacs ...". 29 # e.g. "make EMACS=../src/emacs ...".
30 30
31 # We sometimes change directory before running Emacs (typically when 31 # We sometimes change directory before running Emacs (typically when
32 # building out-of-tree, we chdir to the source directory), so we need 32 # building out-of-tree, we chdir to the source directory), so we need
33 # to use an aboluste file name. 33 # to use an absolute file name.
34 EMACS = ${abs_top_builddir}/src/emacs 34 EMACS = ${abs_top_builddir}/src/emacs
35 35
36 # Command line flags for Emacs. This must include --multibyte, 36 # Command line flags for Emacs. This must include --multibyte,
37 # otherwise some files will not compile. 37 # otherwise some files will not compile.
38 38