From: Eli Zaretskii Date: Tue, 3 Apr 2007 15:25:28 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-22.0.97~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=665b5955fc56d7c70ab54fc727ae62827650a1d2;p=emacs.git Fix last change. --- diff --git a/src/emacs.c b/src/emacs.c index d6dd8974e3b..62b14a55388 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1721,7 +1721,7 @@ main (argc, argv 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)