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
