Mercurial > emacs
changeset 76921:c2cdad316359
Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 03 Apr 2007 15:25:28 +0000 |
parents | 76166b7da7bb |
children | e1bce097669d |
files | src/emacs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Tue Apr 03 13:41:50 2007 +0000 +++ b/src/emacs.c Tue Apr 03 15:25:28 2007 +0000 @@ -1721,7 +1721,7 @@ Give it a try and tell us if it works on your system. To compile for profiling, add -pg to the switches your platform uses in CFLAGS and LDFLAGS. For example: - `make CFLAGS="-pg -g -O -DPROFILING=1 LDFLAGS="-pg -g"'. */ + `make CFLAGS="-pg -g -O -DPROFILING=1" LDFLAGS="-pg -g"'. */ #if defined (__FreeBSD__) || defined (GNU_LINUX) || defined(__MINGW32__) #ifdef PROFILING if (initialized)