Fixed chapter number.
This commit is contained in:
parent
d540567eb5
commit
389fe2a728
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ get_sources() { #
|
|||
|
||||
|
||||
#----------------------------#
|
||||
chapter4_Makefiles() { # Initialization of the system
|
||||
chapter3_Makefiles() { # Initialization of the system
|
||||
#----------------------------#
|
||||
local TARGET LOADER
|
||||
|
||||
|
@ -558,7 +558,7 @@ build_Makefile() { # Construct a Makefile from the book scripts
|
|||
# Start with a clean Makefile.tmp file
|
||||
>$MKFILE.tmp
|
||||
|
||||
chapter4_Makefiles
|
||||
chapter3_Makefiles
|
||||
chapter5_Makefiles
|
||||
chapter6_Makefiles
|
||||
chapter7_Makefiles
|
||||
|
|
Reference in a new issue