Index: trunk/psLib/src/collections/Makefile
===================================================================
--- trunk/psLib/src/collections/Makefile	(revision 1764)
+++ trunk/psLib/src/collections/Makefile	(revision 1787)
@@ -3,6 +3,6 @@
 ##  Makefile:   collections
 ##
-##  $Revision: 1.30 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-09-09 22:21:00 $
+##  $Revision: 1.31 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-09-11 00:43:54 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -47,4 +47,7 @@
 all: $(TARGET_STATIC)
 
+psCollectionsErrors.h: psCollectionsErrors.dat
+	perl ../parseErrorCodes.pl --data=$? $@
+
 # Rule to make static library
 
@@ -58,7 +61,4 @@
 install: $(TARGET_STATIC)
 	install $(HEADERS) $(includedir)
-
-psCollectionsErrors.h: psCollectionsErrors.dat
-	perl ../parseErrorCodes.pl --data=$? $@
 
 # Define PHONY target "distclean" which will cleanup the distribution
Index: trunk/psLib/src/collections/psCollectionsErrors.h
===================================================================
--- trunk/psLib/src/collections/psCollectionsErrors.h	(revision 1764)
+++ trunk/psLib/src/collections/psCollectionsErrors.h	(revision 1787)
@@ -1,5 +1,5 @@
-/** @file  psSysUtilsErrors.h
+/** @file  psCollectionsErrors.h
  *
- *  @brief Contains the error text for the system utility functions
+ *  @brief Contains the error text for the collections functions
  *
  *  @ingroup ErrorHandling
@@ -7,20 +7,20 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-09 21:59:43 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-11 00:43:54 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 
-#ifndef PS_SYSUTILS_ERRORS_H
-#define PS_SYSUTILS_ERRORS_H
+#ifndef PS_COLLECTIONS_ERRORS_H
+#define PS_COLLECTIONS_ERRORS_H
 
 /* N.B., lines between '//~Start' and '//~End' are automatic generated from
  * the template following the '//~Start'.  The template is used to generate
- * the other lines by, for each error text in psSysUtilsErrors.dat, the following
+ * the other lines by, for each error text in psCollectionsErrors.dat, the following
  * substitutions are made:
- *     $1  The error text macro name (first word in the psSysUtilsErrors.dat lines)
- *     $2  The error text (rest of the line in psSysUtilsErrors.dat)
- *     $n  The order of the source line in psSysUtilsErrors.dat (comments excluded)
+ *     $1  The error text macro name (first word in the psCollectionsErrors.dat lines)
+ *     $2  The error text (rest of the line in psCollectionsErrors.dat)
+ *     $n  The order of the source line in psCollecitonsErrors.dat (comments excluded)
  * 
  * DO NOT EDIT THE LINES BETWEEN //~Start and //~End!  ANY CHANGES WILL BE OVERWRITTEN.
