diff --git a/chapter05/mawk-exp.xml b/chapter05/mawk-exp.xml index 406353529..33a1ccd5a 100644 --- a/chapter05/mawk-exp.xml +++ b/chapter05/mawk-exp.xml @@ -1,10 +1,8 @@ Command explanations -sed ... Makefile | make -f ... This -construct is used to make mawk accept the LDFLAGS variable which we then -pass to it as part of the make command. This is used to build mawk -statically. +make CC="gcc -static" This +is used to build mawk statically.