summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deheader.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deheader.xml b/deheader.xml
index cb954e3..8487238 100644
--- a/deheader.xml
+++ b/deheader.xml
@@ -63,7 +63,7 @@ will be report headers that only declare prototypes and return types
(and thus throw only warnings) as being not required. Under gcc the
compiler options to accomplish this are -Werror -Wfatal-errors. If
your makefile follows normal conventions, running with <command>-m
-CFLAGS='-Werror -Wfatal-errors' </command> may do the right thing; you
+"make CFLAGS='-Werror -Wfatal-errors'" </command> may do the right thing; you
can check this by running with -v -v -v to see what compilation
commands are actually emitted.</para>