summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--howto.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/howto.txt b/howto.txt
index cc728b904a..6f27f3e0d0 100644
--- a/howto.txt
+++ b/howto.txt
@@ -63,12 +63,12 @@ Run this:
$ ./configure.developer -C
If you did not include heimdal, run this:
- $ make
+ $ make proto all
If you did include Heimdal, a different step is required:
- $ make HEIMDAL_EXTERNAL all
+ $ make proto HEIMDAL_EXTERNAL all
-If you have gcc 3.4 or newer, then run "make pch" before "make" to
+If you have gcc 3.4 or newer, then substitue "pch" for "proto" to
greatly speed up the compile process (about 5x faster).