Index: trunk/psLib/src/sysUtils/Makefile
===================================================================
--- trunk/psLib/src/sysUtils/Makefile	(revision 1748)
+++ trunk/psLib/src/sysUtils/Makefile	(revision 1764)
@@ -3,6 +3,6 @@
 ##  Makefile:   sysUtils
 ##
-##  $Revision: 1.21 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-09-09 02:24:18 $
+##  $Revision: 1.22 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-09-09 22:21:00 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -26,5 +26,5 @@
 # Set CFLAGS used by the implicit rule to compile .c
 
-CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include
+CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include -I..
 
 # Define the source objects
@@ -46,8 +46,8 @@
 all: $(TARGET_STATIC)
 
-psErrorCodes.h: psErrorCodes.dat
+psErrorCodes.h: ../psErrorCodes.dat
 	perl ../parseErrorCodes.pl --data=$? $@
 
-psErrorCodes.c: psErrorCodes.dat
+psErrorCodes.c: ../psErrorCodes.dat
 	perl ../parseErrorCodes.pl --data=$? $@
 
