Index: trunk/psLib/src/sys/Makefile.am
===================================================================
--- trunk/psLib/src/sys/Makefile.am	(revision 4545)
+++ trunk/psLib/src/sys/Makefile.am	(revision 4549)
@@ -17,11 +17,11 @@
 BUILT_SOURCES = psErrorCodes.c
 
-psErrorCodes.c: ../psErrorCodes_$(LANG).dat psErrorCodes.c.in psErrorCodes.h
-	$(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(LANG).dat $@
+psErrorCodes.c: ../psErrorCodes_$(PS_LANG).dat psErrorCodes.c.in psErrorCodes.h
+	$(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@
 
 psError.h: psErrorCodes.h
 
-psErrorCodes.h: ../psErrorCodes_$(LANG).dat psErrorCodes.h.in
-	$(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(LANG).dat $@
+psErrorCodes.h: ../psErrorCodes_$(PS_LANG).dat psErrorCodes.h.in
+	$(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@
 
 pslibincludedir = $(includedir)
Index: trunk/psLib/src/sys/psErrorCodes.c
===================================================================
--- trunk/psLib/src/sys/psErrorCodes.c	(revision 4545)
+++ trunk/psLib/src/sys/psErrorCodes.c	(revision 4549)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-07-12 19:35:15 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-13 10:49:30 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
