summaryrefslogtreecommitdiffstats
path: root/README.alpha-test
diff options
context:
space:
mode:
Diffstat (limited to 'README.alpha-test')
-rw-r--r--README.alpha-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.alpha-test b/README.alpha-test
index d91ee9d..585dbd3 100644
--- a/README.alpha-test
+++ b/README.alpha-test
@@ -24,7 +24,7 @@ Special instructions for alpha testers:
vendor-supplied compiler and gcc. By default, configure will use gcc if
it is available. You can override this by doing this:
- rm config.cache
+ make distclean
CC=vendor-supplied-cc ./configure # bourne-shell syntax
-or-
setenv CC vendor-supplied-cc; ./configure # csh syntax