# HG changeset patch # User Eli Zaretskii # Date 1175613928 0 # Node ID c2cdad316359054cdafe4d5c52922106c9b8e2bd # Parent 76166b7da7bbbdb733a9a46e42acb9733d38ff41 Fix last change. diff -r 76166b7da7bb -r c2cdad316359 src/emacs.c --- 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)