From 62408cc727708736f1c830fbea3980b251fb81bf Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 17 Apr 2012 17:08:24 -0600 Subject: [PATCH] fix typo --- src/racket/src/schminc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/racket/src/schminc.h b/src/racket/src/schminc.h index 7c1602bf57..d3830d829e 100644 --- a/src/racket/src/schminc.h +++ b/src/racket/src/schminc.h @@ -7,7 +7,7 @@ names shift). If you make a version with omissions or additions, set - USE_COMPILED_STARTUP to 0 and change the version on "schminc.h"; + USE_COMPILED_STARTUP to 0 and change the version on "schvers.h"; then, `make cgc' and then `make cstartup' to create "cstartup.inc"; finally, set EXPECTED_PRIM_COUNT to the right value and USE_COMPILED_STARTUP to 1 and `make' again. */