diff options
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 7f2354fdd..75331bed3 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -131,7 +131,7 @@ cd ../gcc-build</userinput></screen> used to keep programs generic and therefore usable on all kinds of UNIX systems where the GNU C compiler is not always installed. Running <command>cc</command> leaves the system administrator free to decide - which C compiler to install.</para> + which C compiler to install:</para> <screen><userinput>ln -vs gcc /tools/bin/cc</userinput></screen> |