changeset 753:4db19673acc9

* programming-concepts-techniques.sgml: PKG_INSTALL_DIR -> INSTALL_DIR
author jld
date Mon, 03 Mar 2003 08:31:01 +0000
parents d143472a6538
children 3bfd7b678709
files doc/sgml/user-guide/ChangeLog doc/sgml/user-guide/programming-concepts-techniques.sgml
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/sgml/user-guide/ChangeLog
+++ b/doc/sgml/user-guide/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-03  John Dallaway  <jld@ecoscentric.com>
+
+	* programming-concepts-techniques.sgml:
+	PKG_INSTALL_DIR -> INSTALL_DIR
+
 2003-02-12  Nick Garnett  <nickg@calivar.com>
 
 	* user-guide.sgml: 
@@ -10,7 +15,7 @@ 2003-02-12  Nick Garnett  <nickg@calivar
 	* introduction.sgml: 
 	* installation.sgml: 
 	* programming.sgml: 	
-	* programming-concepts-techniques.sgml: 
+	* programming-concepts-techniques.sgml:
 	* target-setup.sgml: 
 	* real-time-characterization.sgml: 
 	New files containing both fresh text and text merged in from the
--- a/doc/sgml/user-guide/programming-concepts-techniques.sgml
+++ b/doc/sgml/user-guide/programming-concepts-techniques.sgml
@@ -900,7 +900,7 @@ int main(void)
 <PARA>Here is how you could compile and run this program in the <filename>examples</filename> directory,
 using (for example) the MN10300 simulator target: </PARA>
 <SCREEN>
-$ make XCC=mn10300-elf-gcc PKG_INSTALL_DIR=/tmp/ecos-work-mn10300/install instrument-test
+$ make XCC=mn10300-elf-gcc INSTALL_DIR=/tmp/ecos-work-mn10300/install instrument-test
 mn10300-elf-gcc -c -o instrument-test.o -g -Wall -I/tmp/ecos-work-mn10300/install/include \
         -ffunction-sections -fdata-sections instrument-test.c
 mn10300-elf-gcc -nostartfiles -L/tmp/ecos-work-mn10300/install/lib -W1,--gc-sections -o \