Index: trunk/archive/pslib/include/Makefile
===================================================================
--- trunk/archive/pslib/include/Makefile	(revision 229)
+++ trunk/archive/pslib/include/Makefile	(revision 322)
@@ -1,7 +1,9 @@
-# $Id: Makefile,v 1.2 2004-03-13 01:17:57 rhl Exp $
+# $Id: Makefile,v 1.3 2004-03-31 22:22:46 rhl Exp $
 
-.PHONY: all
-all :;
+PSLIB_DIR = ..
+
+psErrorCodes.h : $(PSLIB_DIR)/src/Utils/psErrorCodes.dat
+	$(PSLIB_DIR)/bin/makeErrorCodes -h psErrorCodes.h $(PSLIB_DIR)/src/Utils/psErrorCodes.dat
 
 clean:
-	$(RM) *~ core* TAGS
+	$(RM) *~ core* TAGS psErrorCodes.h
