Index: trunk/psLib/src/sysUtils/Makefile
===================================================================
--- trunk/psLib/src/sysUtils/Makefile	(revision 1683)
+++ trunk/psLib/src/sysUtils/Makefile	(revision 1696)
@@ -3,6 +3,6 @@
 ##  Makefile:   sysUtils
 ##
-##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-09-02 22:23:20 $
+##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-09-07 19:05:07 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -40,4 +40,6 @@
 OBJS = $(addprefix makedir/,$(SRC_OBJS))
 
+HEADERS = $(SRC_OBJS:.o=.h) psType.h
+
 # Define PHONY target "all" which will make all the necessary items
 
@@ -49,4 +51,8 @@
 psErrorCodes.c: psErrorCodes.dat
 	perl parseErrorCodes.pl --data=$? $@
+
+psSysUtilsErrors.h: psSysUtilsErrors.dat
+	perl parseErrorCodes.pl --data=$? $@
+
 
 # Rule to make static library
@@ -60,5 +66,5 @@
 
 install: $(TARGET_STATIC) 
-	install *.h $(includedir)
+	install $(HEADERS) $(includedir)
 
 # Define PHONY target "distclean" which will cleanup the distribution
