Index: trunk/scconfig/Makefile =================================================================== --- trunk/scconfig/Makefile (revision 33427) +++ trunk/scconfig/Makefile (revision 33428) @@ -5,7 +5,7 @@ BIN=$(SRC) # what cflags to use to compile scconfig -USER_CFLAGS = -DGENCALL -I$(SRC) -I../src_3rd +USER_CFLAGS = -g -DGENCALL -I$(SRC) -I../src_3rd #USER_CFLAGS = -Wall -Wextra -g -DGENCALL -Isrc # what ldflags to use to link scconfig Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 33427) +++ trunk/scconfig/hooks.c (revision 33428) @@ -235,7 +235,7 @@ put("/local/pcb/want_parsgen", strue); } else { - report("Bison/flex are disabled, among with parser generation.\n"); + report("Bison/flex are disabled, along with parser generation.\n"); put("/local/pcb/want_parsgen", sfalse); } @@ -249,7 +249,7 @@ put("/local/pcb/want_parsgen_byaccic", strue); } else { - report("byaccic/ureglex are disabled, among with parser generation.\n"); + report("byaccic/ureglex are disabled, along with parser generation.\n"); put("/local/pcb/want_parsgen_byaccic", sfalse); }