diff src/emacs.c @ 76921:c2cdad316359

Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 03 Apr 2007 15:25:28 +0000
parents a6c0b2621f7a
children 922696f363b0 eee526e38781 dc002877ce12 4ef881a120fe
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)